diff options
author | Arundathi Patil <arundpil@in.ibm.com> | 2019-04-19 17:34:54 +0530 |
---|---|---|
committer | IBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com> | 2019-04-19 17:35:09 +0530 |
commit | 82f1f0a6156b7ca4847041f4f9140e05a37c1891 (patch) | |
tree | fc582b24cb8fc395f69a335eb2be97de3e551352 /cds-ui/client/src/app/common/constants | |
parent | f812f74460b20a2ba2d4c58e45fd9463a7209769 (diff) |
Resourcedictionary-fetching resources from backend
Intgrated UI with loopback to fetch resources from backend on search
Issue-ID: CCSDK-1217
Change-Id: I4a1c30748d24079bc976f6785df39bbe60777489
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Diffstat (limited to 'cds-ui/client/src/app/common/constants')
-rw-r--r-- | cds-ui/client/src/app/common/constants/app-constants.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cds-ui/client/src/app/common/constants/app-constants.ts b/cds-ui/client/src/app/common/constants/app-constants.ts index 0bfe5cade..d4e8989c1 100644 --- a/cds-ui/client/src/app/common/constants/app-constants.ts +++ b/cds-ui/client/src/app/common/constants/app-constants.ts @@ -95,4 +95,10 @@ export const GlobalContants = { export const LoopbackConfig = { url: "http://127.0.0.1:3000", authtoken: "ccsdkapps" +} + +export const ResourceDictionaryURLs = { + saveResourceDictionary: '/resourcedictionary/save', + searchResourceDictionaryByTags: '/resourcedictionary/search', + searchResourceDictionaryByName: '' }
\ No newline at end of file |