diff options
author | xu ran <xuranyjy@chinamobile.com> | 2020-03-12 11:34:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-12 11:34:55 +0000 |
commit | a10a12b421cdbf885eac0394160846aa0af2d2f4 (patch) | |
tree | 5cd2d8d804c45b53bb5cd4c23053264716ae1c3b /usecaseui-portal/src/app/datainterface.ts | |
parent | 781f5cf9ec7b76fad50436270ebf1d0226c0f7fb (diff) | |
parent | 5d6c30fdbfa3d4f15b702652c48107b413a73fff (diff) |
Merge "final changes Issue-ID: USECASEUI-411"
Diffstat (limited to 'usecaseui-portal/src/app/datainterface.ts')
-rw-r--r-- | usecaseui-portal/src/app/datainterface.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usecaseui-portal/src/app/datainterface.ts b/usecaseui-portal/src/app/datainterface.ts new file mode 100644 index 00000000..2ba1af97 --- /dev/null +++ b/usecaseui-portal/src/app/datainterface.ts @@ -0,0 +1,6 @@ +enum baseUrl{ + baseUrl = 'http://localhost:8082/api/usecaseui/server/v1' //online + //baseUrl = 'http://172.19.44.223/api/usecaseui-server/v1' //local one + //baseUrl = 'http://localhost:8082/api/usecaseui/server/v1' //local two +} +export {baseUrl};
\ No newline at end of file |