Browse Source

changed the url

Mohidul Islam 3 năm trước cách đây
mục cha
commit
adbf588137
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      manager/templates/_positive_review_graph.html

+ 1 - 1
manager/templates/_positive_review_graph.html

@@ -9,7 +9,7 @@
 <script>
   var ctx = document.getElementById("myPosChart");
   var neg_ctx = document.getElementById("myNegChart");
-  var endpoint = 'http://127.0.0.1:8000/managers/graphs/review-analysis';
+  var endpoint = 'http://178.128.152.51:8000/managers/graphs/review-analysis';
   $.ajax({
         type: "get",
         url: endpoint,