Commit 7928a3f7 authored by Yann Garcia's avatar Yann Garcia
Browse files

Bug fixed in Liveness support (message part)

parent d90dd699
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -289,14 +289,14 @@ var routes = Routes{
	Route{
		"GetIndividualMECService",
		strings.ToUpper("Get"),
		"/mec_service_mgmt/v1/resource_uri_allocated_by_MEC_platform",
		"/mec_service_mgmt/v1/resource_uri_allocated_by_MEC_platform/{serInstanceId}",
		svcMgmt.GetIndividualMECService,
	},

	Route{
		"PatchIndividualMECService",
		strings.ToUpper("Patch"),
		"/mec_service_mgmt/v1/resource_uri_allocated_by_MEC_platform",
		"/mec_service_mgmt/v1/resource_uri_allocated_by_MEC_platform/{serInstanceId}",
		svcMgmt.PatchIndividualMECService,
	},