projects
/
platform
/
core
/
system
/
edge-orchestration.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1371453
)
Delete unnecessary rest api
author
jw_wonny.cha
<jw_wonny.cha@samsung.com>
Thu, 21 Mar 2019 01:10:47 +0000
(10:10 +0900)
committer
jw_wonny.cha
<jw_wonny.cha@samsung.com>
Thu, 21 Mar 2019 01:10:47 +0000
(10:10 +0900)
src/restapi/v1/routers.go
patch
|
blob
|
history
diff --git
a/src/restapi/v1/routers.go
b/src/restapi/v1/routers.go
index 558afc92daf44b12d4c247ac7ea7231c5ed4b30d..bde506f20a75d525ffb2053142c768515b7060e7 100644
(file)
--- a/
src/restapi/v1/routers.go
+++ b/
src/restapi/v1/routers.go
@@
-129,13
+129,6
@@
var routes = Routes{
APIV1ServicemgrServicesServiceIDDelete,
},
- Route{
- "APIV1ServicemgrServicesServiceIDGet",
- strings.ToUpper("Get"),
- "/api/v1/servicemgr/services/{serviceid}",
- APIV1ServicemgrServicesServiceIDGet,
- },
-
Route{
"APIV1ServicemgrServicesServiceIDPost",
strings.ToUpper("Post"),