Loading go-apps/meep-app-enablement/server/routers.go +2 −2 Original line number Diff line number Diff line Loading @@ -289,14 +289,14 @@ var routes = Routes{ Route{ "GetIndividualMECService", strings.ToUpper("Get"), "/mec_service_mgmt/v1/resource_uri_allocated_by_MEC_platform", "/mec_service_mgmt/v1/resource_uri_allocated_by_MEC_platform/{serInstanceId}", svcMgmt.GetIndividualMECService, }, Route{ "PatchIndividualMECService", strings.ToUpper("Patch"), "/mec_service_mgmt/v1/resource_uri_allocated_by_MEC_platform", "/mec_service_mgmt/v1/resource_uri_allocated_by_MEC_platform/{serInstanceId}", svcMgmt.PatchIndividualMECService, }, Loading Loading
go-apps/meep-app-enablement/server/routers.go +2 −2 Original line number Diff line number Diff line Loading @@ -289,14 +289,14 @@ var routes = Routes{ Route{ "GetIndividualMECService", strings.ToUpper("Get"), "/mec_service_mgmt/v1/resource_uri_allocated_by_MEC_platform", "/mec_service_mgmt/v1/resource_uri_allocated_by_MEC_platform/{serInstanceId}", svcMgmt.GetIndividualMECService, }, Route{ "PatchIndividualMECService", strings.ToUpper("Patch"), "/mec_service_mgmt/v1/resource_uri_allocated_by_MEC_platform", "/mec_service_mgmt/v1/resource_uri_allocated_by_MEC_platform/{serInstanceId}", svcMgmt.PatchIndividualMECService, }, Loading