summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshentao <shentao@chinamobile.com>2017-12-12 20:53:17 +0800
committershentao <shentao@chinamobile.com>2017-12-12 20:53:26 +0800
commit4395945178cf9731e488cc0e92f2d6aa53663d2a (patch)
treebfd2b3f3f76a06725424e73b419e088380d93500
parentf771c6ba85eeaa71c147eedede8a2fbfa97523ad (diff)
update server ip of usecaseui-server api
Change-Id: Idaef969c289b89f99277454867cd90cef497e8f8 Issue-ID: USECASEUI-62 Signed-off-by: shentao <shentao@chinamobile.com>
-rw-r--r--usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/appUUI.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/appUUI.js b/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/appUUI.js
index 307109d6..5d73ba97 100644
--- a/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/appUUI.js
+++ b/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/appUUI.js
@@ -34,4 +34,4 @@ app.config(function ($routeProvider) {
})
.otherwise({redirectTo: '/common'})
});
-var global_url = "/api/usecaseui/server/v1";
+var global_url = "/api/usecaseui-server/v1";