jheitz200 commented on a change in pull request #3964: Add GET/POST/DELETE for
server_server_capabilities
URL: https://github.com/apache/trafficcontrol/pull/3964#discussion_r333238442
##########
File path: traffic_ops/traffic_ops_golang/routing/routes.go
##########
@@ -266,6 +266,11 @@ func Routes(d ServerData) ([]Route, []RawRoute,
http.Handler, error) {
{1.1, http.MethodPost, `servers/?$`,
api.CreateHandler(&server.TOServer{}), auth.PrivLevelOperations, Authenticated,
nil},
{1.1, http.MethodDelete, `servers/{id}$`,
api.DeleteHandler(&server.TOServer{}), auth.PrivLevelOperations, Authenticated,
nil},
+ //Server Server Capabilities: CRUD
Review comment:
consider naming the route `server_capabilities `
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services