Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
1 merge request!1Merge CAPIF into MEC Federation branch for ETSI SNS4SNS demo
......@@ -385,6 +385,13 @@ var routes = Routes{
capifMgmt.AppServicesServiceIdDELETE,
},
Route{
"ApplicationsSubscriptionsPOST",
strings.ToUpper("Post"),
"/capif-events/v1/{subscriberId}/subscriptions ",
capifMgmt.ApplicationsSubscriptionsPOST,
},
Route{
"Index",
"GET",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment