Explorar el Código

changed the url

Mohidul Islam hace 3 años
padre
commit
adbf588137
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,