diff options
Diffstat (limited to 'catalog-ui/src/app/models/app-config.ts')
-rw-r--r-- | catalog-ui/src/app/models/app-config.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/catalog-ui/src/app/models/app-config.ts b/catalog-ui/src/app/models/app-config.ts index 0e6284c669..4754cbaa01 100644 --- a/catalog-ui/src/app/models/app-config.ts +++ b/catalog-ui/src/app/models/app-config.ts @@ -3,6 +3,7 @@ * SDC * ================================================================================ * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Modifications Copyright (C) 2019 Nokia. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -84,6 +85,7 @@ export interface IApi { GET_requirements_capabilities:string; GET_onboarding:string; GET_component_from_csar_uuid:string; + POST_GAB_Search:string; kibana:string; services_api_root:string; } |