Loading go-apps/meep-app-enablement/server/routers.go +7 −0 Original line number Diff line number Diff line Loading @@ -385,6 +385,13 @@ var routes = Routes{ capifMgmt.AppServicesServiceIdDELETE, }, Route{ "ApplicationsSubscriptionsPOST", strings.ToUpper("Post"), "/capif-events/v1/{subscriberId}/subscriptions ", capifMgmt.ApplicationsSubscriptionsPOST, }, Route{ "Index", "GET", Loading Loading
go-apps/meep-app-enablement/server/routers.go +7 −0 Original line number Diff line number Diff line Loading @@ -385,6 +385,13 @@ var routes = Routes{ capifMgmt.AppServicesServiceIdDELETE, }, Route{ "ApplicationsSubscriptionsPOST", strings.ToUpper("Post"), "/capif-events/v1/{subscriberId}/subscriptions ", capifMgmt.ApplicationsSubscriptionsPOST, }, Route{ "Index", "GET", Loading