summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshentao <shentao@chinamobile.com>2017-12-12 10:22:36 +0800
committershentao <shentao@chinamobile.com>2017-12-12 10:22:46 +0800
commitf771c6ba85eeaa71c147eedede8a2fbfa97523ad (patch)
treedc78f7424956716226b03e63805ccb8720a82af9
parentda4f0f58625c7c30f8d2220e170c4b4bc20aedc6 (diff)
update usecaseui-server api
Change-Id: I7b700a16e1a6ea8e2bd7ad1099beaa4c92c940ad 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 5d73ba97..307109d6 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";