|
@@ -1,7 +1,8 @@
|
|
|
(function (window) {
|
|
|
window.ApplicationConfig = {
|
|
|
serverURL: "/server",
|
|
|
- subscribeUrl: 'http://localhost:8511/subscribe/',
|
|
|
+ // subscribeUrl: 'http://localhost:8511/subscribe/',
|
|
|
+ subscribeUrl: '/agentai',
|
|
|
queryGeometryUrl: 'http://localhost:8511/queryGeometry',
|
|
|
kgQueryUrl: 'http://localhost:8511/kgQuery',
|
|
|
klyzyQueryUrl: 'http://localhost:8511/klyzyQuery',
|