diff --git a/all-in-one/src/main/resources/application.yaml b/all-in-one/src/main/resources/application.yaml index 12578e37..98ac5dad 100644 --- a/all-in-one/src/main/resources/application.yaml +++ b/all-in-one/src/main/resources/application.yaml @@ -66,9 +66,15 @@ api: basepath: /tmf-api/resourceFunctionActivation/v4 resource-inventory: basepath: /tmf-api/resourceInventoryManagement/v4 + resource-order-management: + basepath: /tmf-api/resourceOrderingManagement/v4 service-catalog: basepath: /tmf-api/serviceCatalogManagement/v4 service-inventory: basepath: /tmf-api/serviceInventoryManagement/v4 + service-order-management: + basepath: /tmf-api/serviceOrdering/v4 + software-management: + basepath: /tmf-api/softwareCompute/v4 usage-management: basepath: /tmf-api/usageManagement/v4 \ No newline at end of file