From 388d87f85cf73a016c18bcc9db4c3ca2ac4ae707 Mon Sep 17 00:00:00 2001 From: elvanowen <vanzz_95@hotmail.com> Date: Mon, 16 May 2016 18:01:35 +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 caae945..2dce27c 100644 --- a/salaryman/public/js/salaryman/statistics.js +++ b/salaryman/public/js/salaryman/statistics.js @@ -37,7 +37,7 @@ $(function () { function generateGraph(month, year){ $.ajax({ type: "GET", - url: "http://statistics.salaryman.dev/y/" + year + "/m/" + month, + url: "statistics.salaryman.dev/y/" + year + "/m/" + month, dataType: "json", success: function(response){ console.log(response) -- GitLab