summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/core/models/dataInterface.ts
diff options
context:
space:
mode:
Diffstat (limited to 'usecaseui-portal/src/app/core/models/dataInterface.ts')
-rw-r--r--usecaseui-portal/src/app/core/models/dataInterface.ts7
1 files changed, 1 insertions, 6 deletions
diff --git a/usecaseui-portal/src/app/core/models/dataInterface.ts b/usecaseui-portal/src/app/core/models/dataInterface.ts
index d367fe14..578096ea 100644
--- a/usecaseui-portal/src/app/core/models/dataInterface.ts
+++ b/usecaseui-portal/src/app/core/models/dataInterface.ts
@@ -1,11 +1,6 @@
-enum baseUrl{
- baseUrl = '/api/usecaseui-server/v1' //online
- // baseUrl = 'https://192.168.235.25:30283/api/usecaseui-server/v1' //local two
-}
-
interface servicesTableData {
total:number,
tableList:string[]
}
-export {servicesTableData , baseUrl}
+export {servicesTableData}