From 7974c49c35530444b1034da7936234135e779c42 Mon Sep 17 00:00:00 2001 From: elvanowen <vanzz_95@hotmail.com> Date: Mon, 16 May 2016 18:05:28 +0700 Subject: [PATCH] Everything --- salaryman/public/js/salaryman/statistics.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salaryman/public/js/salaryman/statistics.js b/salaryman/public/js/salaryman/statistics.js index b2d835e..e0935f9 100644 --- a/salaryman/public/js/salaryman/statistics.js +++ b/salaryman/public/js/salaryman/statistics.js @@ -39,7 +39,7 @@ $(function () { $.ajax({ type: "GET", - url: "statistics.salaryman.dev/y/" + year + "/m/" + month, + url: "Statistics/y/" + year + "/m/" + month, dataType: "json", success: function(response){ console.log(response) -- GitLab