Loading go-apps/meep-app-enablement/server/capif-mgmt/service-mgmt.go +2 −2 Original line number Diff line number Diff line Loading @@ -574,8 +574,8 @@ func appServicesByIdDELETE(w http.ResponseWriter, r *http.Request) { log.Info("appServicesByIdDELETE") w.Header().Set("Content-Type", "application/json; charset=UTF-8") vars := mux.Vars(r) appId := vars["appInstanceId"] svcId := vars["serviceId"] svcId := vars["serviceApiId"] appId := vars["apfId"] mutex.Lock() defer mutex.Unlock() Loading go-apps/meep-app-enablement/server/routers.go +7 −0 Original line number Diff line number Diff line Loading @@ -371,6 +371,13 @@ var routes = Routes{ capifMgmt.AppServicesServiceIdPUT, }, Route{ "AppServicesServiceIdDELETE", strings.ToUpper("Delete"), "/published-apis/v1/{apfId}/service-apis/{serviceApiId}", capifMgmt.AppServicesServiceIdDELETE, }, Route{ "Index", "GET", Loading Loading
go-apps/meep-app-enablement/server/capif-mgmt/service-mgmt.go +2 −2 Original line number Diff line number Diff line Loading @@ -574,8 +574,8 @@ func appServicesByIdDELETE(w http.ResponseWriter, r *http.Request) { log.Info("appServicesByIdDELETE") w.Header().Set("Content-Type", "application/json; charset=UTF-8") vars := mux.Vars(r) appId := vars["appInstanceId"] svcId := vars["serviceId"] svcId := vars["serviceApiId"] appId := vars["apfId"] mutex.Lock() defer mutex.Unlock() Loading
go-apps/meep-app-enablement/server/routers.go +7 −0 Original line number Diff line number Diff line Loading @@ -371,6 +371,13 @@ var routes = Routes{ capifMgmt.AppServicesServiceIdPUT, }, Route{ "AppServicesServiceIdDELETE", strings.ToUpper("Delete"), "/published-apis/v1/{apfId}/service-apis/{serviceApiId}", capifMgmt.AppServicesServiceIdDELETE, }, Route{ "Index", "GET", Loading