summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/dataInterface.ts
diff options
context:
space:
mode:
authorBharath Thiruveedula <bharath.thiruveedula@verizon.com>2019-03-21 18:20:46 +0530
committerBharath Thiruveedula <bharath.thiruveedula@verizon.com>2019-03-25 14:15:13 +0530
commited711ae3ce17c0d19f2ab7e999d4966a96dde516 (patch)
tree1120683fc621a08804b9a92698e1c1fb8794dbaa /usecaseui-portal/src/app/dataInterface.ts
parent8ca667af29ce93f5b801ccfafbf6d14e55640300 (diff)
Add dropdown to select NFVO
Change-Id: I2a38e4f148f19340d1e799fe6d989efca6a418c2 Issue-ID: USECASEUI-241 Depends-on: I3f3c638cd01921e0aeaa8d55423d89f83d0f7337 Signed-off-by: Bharath Thiruveedula <bharath.thiruveedula@verizon.com> Co-Authored-By: Sirisha Gopigiri <sirisha.gopigiri@verizon.com>
Diffstat (limited to 'usecaseui-portal/src/app/dataInterface.ts')
-rw-r--r--usecaseui-portal/src/app/dataInterface.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/usecaseui-portal/src/app/dataInterface.ts b/usecaseui-portal/src/app/dataInterface.ts
index e092bd03..7b8d529a 100644
--- a/usecaseui-portal/src/app/dataInterface.ts
+++ b/usecaseui-portal/src/app/dataInterface.ts
@@ -1,5 +1,5 @@
enum baseUrl{
- baseUrl = '/api/usecaseui-server/v1' //online
+ baseUrl = '/api/usecaseui/server/v1' //online
// baseUrl = 'http://172.19.44.223/api/usecaseui-server/v1' //local one
// baseUrl = 'http://10.73.191.100:8082' //local two
}