From: Arundathi Patil Date: Thu, 25 Apr 2019 14:32:51 +0000 (+0530) Subject: Resource dictionary: backend URL changes X-Git-Tag: 0.4.2~4^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F98%2F86298%2F1;p=ccsdk%2Fcds.git Resource dictionary: backend URL changes Changed the resource dictionay search by tags backend url Issue-ID: CCSDK-1217 Change-Id: I6c6b8a7536481c2b30c933cf28269db7d2ecd735 Signed-off-by: Arundathi Patil --- diff --git a/cds-ui/server/src/controllers/data-dictionary.controller.ts b/cds-ui/server/src/controllers/data-dictionary.controller.ts index 36efe6e8a..d535e27b2 100644 --- a/cds-ui/server/src/controllers/data-dictionary.controller.ts +++ b/cds-ui/server/src/controllers/data-dictionary.controller.ts @@ -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': {} },