Selaa lähdekoodia

添加graph_web_url

kongwz 6 vuotta sitten
vanhempi
commit
cd0a387dbd
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      push-web/src/main/resources/static/dist/js/push.js

+ 2 - 1
push-web/src/main/resources/static/dist/js/push.js

@@ -1,2 +1,3 @@
 var nlp_web_url = "http://localhost:5002/nlp-web";
-var bigdata_web_url = "http://localhost:5001/bigdata-web";
+var bigdata_web_url = "http://localhost:5001/bigdata-web";
+var graph_web_url = "http://localhost:5003/graph-web";