X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fenvironments%2Fenvironment.prod.ts;h=b3b625deeeb2fc14629fdb47fcac75c6acb39429;hb=refs%2Fchanges%2F16%2F14416%2F1;hp=9ab1c1fa23aed9b502a89cdfc599ce0be3952381;hpb=c84f1123f8ba69f9e2211b2d816bb415e595efaa;p=osm%2FNG-UI.git diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index 9ab1c1f..b3b625d 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -66,6 +66,7 @@ export const environment = { NSDINSTANCES_URL: OSM_NSLCM_ENDPOINT + 'ns_instances', VNFINSTANCES_URL: OSM_NSLCM_ENDPOINT + 'vnfrs', NSINSTANCESCONTENT_URL: OSM_NSLCM_ENDPOINT + 'ns_instances_content', + NSINSTANCESTERMINATE_URL: OSM_NSLCM_ENDPOINT + 'ns_instances_terminate', NSHISTORYOPERATIONS_URL: OSM_NSLCM_ENDPOINT + 'ns_lcm_op_occs', NETWORKSLICEINSTANCESCONTENT_URL: OSM_NSILCM_ENDPOINT + 'netslice_instances_content', NSTHISTORYOPERATIONS_URL: OSM_NSILCM_ENDPOINT + '/nsi_lcm_op_occs',