diff options
Diffstat (limited to 'cds-ui/client/src/app/common')
-rw-r--r-- | cds-ui/client/src/app/common/constants/app-constants.ts | 3 |
1 files changed, 2 insertions, 1 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 5ebde91e3..78fefd803 100644 --- a/cds-ui/client/src/app/common/constants/app-constants.ts +++ b/cds-ui/client/src/app/common/constants/app-constants.ts @@ -108,5 +108,6 @@ export const ResourceDictionaryURLs = { searchResourceDictionaryByTags: '/resourcedictionary/search', searchResourceDictionaryByName: '', getSources: '/resourcedictionary/source-mapping', - getModelType: '/resourcedictionary/model-type' + getModelType: '/resourcedictionary/model-type', + getDataType: '/resourcedictionary/model-type/by-definition/data_type' }
\ No newline at end of file |