Commit 2a734693 authored by Ikram Haq's avatar Ikram Haq
Browse files

Update router.go file to add the route for the Capif event subscription

parent a563490d
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -385,6 +385,13 @@ var routes = Routes{
		capifMgmt.AppServicesServiceIdDELETE,
	},

	Route{
		"ApplicationsSubscriptionsPOST",
		strings.ToUpper("Post"),
		"/capif-events/v1/{subscriberId}/subscriptions ",
		capifMgmt.ApplicationsSubscriptionsPOST,
	},

	Route{
		"Index",
		"GET",