summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cds-ui/server/src/controllers/data-dictionary.controller.ts2
1 files changed, 1 insertions, 1 deletions
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': {} },