Delete unnecessary rest api
authorjw_wonny.cha <jw_wonny.cha@samsung.com>
Thu, 21 Mar 2019 01:10:47 +0000 (10:10 +0900)
committerjw_wonny.cha <jw_wonny.cha@samsung.com>
Thu, 21 Mar 2019 01:10:47 +0000 (10:10 +0900)
src/restapi/v1/routers.go

index 558afc9..bde506f 100644 (file)
@@ -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}",