mitchell852 commented on a change in pull request #2086: Api 1.3 cleanup per
api guidelines
URL:
https://github.com/apache/incubator-trafficcontrol/pull/2086#discussion_r179276674
##########
File path: traffic_ops/traffic_ops_golang/routes.go
##########
@@ -71,55 +71,35 @@ func Routes(d ServerData) ([]Route, http.Handler, error) {
//About
{1.3, http.MethodGet, `about/?(\.json)?$`, about.Handler(),
auth.PrivLevelReadOnly, Authenticated, nil},
- // Proxied routes
Review comment:
no need for these anymore because the http.MethodGet, `cdns/{id}$`, route
was removed
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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