Loading go-apps/meep-app-enablement/server/routers.go +2 −2 Original line number Diff line number Diff line Loading @@ -337,13 +337,13 @@ var routes = Routes{ Route{ "AppServicesGET", strings.ToUpper("Get"), "/published-apis/v1//{apfId}/service-apis", "/published-apis/v1/{apfId}/service-apis", capifMgmt.AppServicesGET, }, Route{ "AppServicesPOST", strings.ToUpper("Post"), "/published-apis/v1//{apfId}/service-apis", "/published-apis/v1/{apfId}/service-apis", capifMgmt.AppServicesPOST, }, Route{ Loading Loading
go-apps/meep-app-enablement/server/routers.go +2 −2 Original line number Diff line number Diff line Loading @@ -337,13 +337,13 @@ var routes = Routes{ Route{ "AppServicesGET", strings.ToUpper("Get"), "/published-apis/v1//{apfId}/service-apis", "/published-apis/v1/{apfId}/service-apis", capifMgmt.AppServicesGET, }, Route{ "AppServicesPOST", strings.ToUpper("Post"), "/published-apis/v1//{apfId}/service-apis", "/published-apis/v1/{apfId}/service-apis", capifMgmt.AppServicesPOST, }, Route{ Loading