diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-12-19 13:47:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-12-19 13:47:52 +0000 |
commit | 169e68bdb8c53c7f675f1fd5dce9849edb532988 (patch) | |
tree | d5b94403e20ffff36336bf1100eeb7ece89a8d46 /vid-webpack-master/src/app/shared | |
parent | fee16feed4b65692e44153c5e4453721785a285b (diff) | |
parent | dd171b47e141abeb3106d6e0099a0a2022a9b246 (diff) |
Merge "move templates API to a intended controller"
Diffstat (limited to 'vid-webpack-master/src/app/shared')
-rw-r--r-- | vid-webpack-master/src/app/shared/utils/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vid-webpack-master/src/app/shared/utils/constants.ts b/vid-webpack-master/src/app/shared/utils/constants.ts index 6bf5ff1f4..f09ab088d 100644 --- a/vid-webpack-master/src/app/shared/utils/constants.ts +++ b/vid-webpack-master/src/app/shared/utils/constants.ts @@ -95,7 +95,7 @@ export module Constants { public static SERVICES_JOB_INFO_PATH = '../../asyncInstantiation'; public static SERVICE_MODEL_ID = 'serviceModelId'; public static SERVICES_RETRY_TOPOLOGY = '../../asyncInstantiation/bulkForRetry'; - public static INSTANTIATION_TEMPLATE_TOPOLOGY = '../../asyncInstantiation/templateTopology'; + public static INSTANTIATION_TEMPLATE_TOPOLOGY = '../../instantiationTemplates/templateTopology'; public static CONFIGURATION_PATH = '../../get_property/{name}/defaultvalue'; public static SERVICES_JOB_AUDIT_PATH = '/auditStatus'; public static SERVICES_PROBE_PATH = "../../probe"; |