Loading go-apps/meep-app-enablement/server/routers.go +12 −0 Original line number Diff line number Diff line Loading @@ -334,6 +334,18 @@ var routes = Routes{ "/service-apis/v1/allServiceAPIs", capifMgmt.ServicesGET, }, Route{ "AppServicesGET", strings.ToUpper("Get"), "/published-apis/v1//{apfId}/service-apis", capifMgmt.AppServicesGET, }, Route{ "AppServicesPOST", strings.ToUpper("Post"), "/published-apis/v1//{apfId}/service-apis", capifMgmt.AppServicesPOST, }, Route{ "Index", "GET", Loading Loading
go-apps/meep-app-enablement/server/routers.go +12 −0 Original line number Diff line number Diff line Loading @@ -334,6 +334,18 @@ var routes = Routes{ "/service-apis/v1/allServiceAPIs", capifMgmt.ServicesGET, }, Route{ "AppServicesGET", strings.ToUpper("Get"), "/published-apis/v1//{apfId}/service-apis", capifMgmt.AppServicesGET, }, Route{ "AppServicesPOST", strings.ToUpper("Post"), "/published-apis/v1//{apfId}/service-apis", capifMgmt.AppServicesPOST, }, Route{ "Index", "GET", Loading