From 8a1f80a8b13c27134e1e54498e3771b3f78a699d Mon Sep 17 00:00:00 2001 From: "jw_wonny.cha" Date: Thu, 21 Mar 2019 10:10:47 +0900 Subject: [PATCH] Delete unnecessary rest api --- src/restapi/v1/routers.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/restapi/v1/routers.go b/src/restapi/v1/routers.go index 558afc9..bde506f 100644 --- a/src/restapi/v1/routers.go +++ b/src/restapi/v1/routers.go @@ -130,13 +130,6 @@ var routes = Routes{ }, Route{ - "APIV1ServicemgrServicesServiceIDGet", - strings.ToUpper("Get"), - "/api/v1/servicemgr/services/{serviceid}", - APIV1ServicemgrServicesServiceIDGet, - }, - - Route{ "APIV1ServicemgrServicesServiceIDPost", strings.ToUpper("Post"), "/api/v1/servicemgr/services/{serviceid}", -- 2.7.4