This is an automated email from the ASF dual-hosted git repository.

dangogh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git

commit 38408d4fce4de7d8024d0f5b306bc8404d2e72c6
Author: Dewayne Richardson <dewr...@apache.org>
AuthorDate: Thu Feb 22 14:49:33 2018 -0700

    rebase cleanup
---
 traffic_ops/traffic_ops_golang/routes.go | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/traffic_ops/traffic_ops_golang/routes.go 
b/traffic_ops/traffic_ops_golang/routes.go
index 4389dbf..317d71d 100644
--- a/traffic_ops/traffic_ops_golang/routes.go
+++ b/traffic_ops/traffic_ops_golang/routes.go
@@ -139,10 +139,6 @@ func Routes(d ServerData) ([]Route, http.Handler, error) {
                {1.2, http.MethodGet, 
`deliveryservices-wip/hostname/{hostName}/sslkeys$`, 
getDeliveryServiceSSLKeysByHostNameHandler(d.DB, d.Config), 
auth.PrivLevelAdmin, Authenticated, nil},
                {1.2, http.MethodPost, 
`deliveryservices-wip/hostname/{hostName}/sslkeys/add$`, 
addDeliveryServiceSSLKeysHandler(d.DB, d.Config), auth.PrivLevelAdmin, 
Authenticated, nil},
 
-               //Statuses
-               {1.2, http.MethodGet, `statuses/?(\.json)?$`, 
statusesHandler(d.DB), auth.PrivLevelReadOnly, Authenticated, nil},
-               {1.2, http.MethodGet, `statuses/{id}$`, statusesHandler(d.DB), 
auth.PrivLevelReadOnly, Authenticated, nil},
-
                //System
                {1.2, http.MethodGet, `system/info/?(\.json)?$`, 
systeminfo.Handler(d.DB), auth.PrivLevelReadOnly, Authenticated, nil},
 

-- 
To stop receiving notification emails like this one, please contact
dang...@apache.org.

Reply via email to