Resource dictionary: backend URL changes 98/86298/1
authorArundathi Patil <arundpil@in.ibm.com>
Thu, 25 Apr 2019 14:32:51 +0000 (20:02 +0530)
committerArundathi Patil <arundpil@in.ibm.com>
Thu, 25 Apr 2019 14:33:10 +0000 (20:03 +0530)
Changed the resource dictionay search by tags backend url

Issue-ID: CCSDK-1217
Change-Id: I6c6b8a7536481c2b30c933cf28269db7d2ecd735
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
cds-ui/server/src/controllers/data-dictionary.controller.ts

index 36efe6e..d535e27 100644 (file)
@@ -35,7 +35,7 @@ export class DataDictionaryController {
   async getByName(@param.path.string('name') name: string) {
     return await this.rdservice.getByName(name, REST_RESOURCE_DICTIONARY_BASIC_AUTH_HEADER);
   }
-  @get('/resourcedictionary/{tags}', {
+  @get('/resourcedictionary/search/{tags}', {
     responses: {
       '200': {
         content: { 'application/json': {} },