From b142bf4ef82bbaa01a71c4a6632bd84fbbff57c2 Mon Sep 17 00:00:00 2001 From: elvanowen <vanzz_95@hotmail.com> Date: Mon, 16 May 2016 18:07:32 +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 e0935f9..34ca3df 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/y/" + year + "/m/" + month, + url: window.location.origin + "/k2/kepegawaian/salaryman/Statistics/y/" + year + "/m/" + month, dataType: "json", success: function(response){ console.log(response) -- GitLab