diff options
author | Bharath Thiruveedula <bharath.thiruveedula@verizon.com> | 2019-03-21 18:20:46 +0530 |
---|---|---|
committer | Bharath Thiruveedula <bharath.thiruveedula@verizon.com> | 2019-03-25 14:15:13 +0530 |
commit | ed711ae3ce17c0d19f2ab7e999d4966a96dde516 (patch) | |
tree | 1120683fc621a08804b9a92698e1c1fb8794dbaa /usecaseui-portal/src/app/dataInterface.ts | |
parent | 8ca667af29ce93f5b801ccfafbf6d14e55640300 (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.ts | 2 |
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 } |