diff --git a/salaryman/public/js/salaryman/statistics.js b/salaryman/public/js/salaryman/statistics.js
index caae9459c693f0fe180a8df6223a875c372c2443..2dce27c3b36bfacf3efbaa1a58f53a420ae03f55 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)