Commit 5419019b authored by Ikram Haq's avatar Ikram Haq
Browse files

Update router file as per Resource: APF published APIs

parent 392e882d
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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",