You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by de...@apache.org on 2016/12/13 15:48:36 UTC

[3/6] incubator-trafficcontrol git commit: removes dead routes

removes dead routes


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/ebb5b0f9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/ebb5b0f9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/ebb5b0f9

Branch: refs/heads/psql-rebase
Commit: ebb5b0f99f006e033da5ff85ef54a61cebfd94cf
Parents: 14d2b2a
Author: Jeremy Mitchell <mi...@gmail.com>
Authored: Thu Dec 8 12:51:17 2016 -0700
Committer: Dewayne Richardson <de...@apache.org>
Committed: Tue Dec 13 08:47:56 2016 -0700

----------------------------------------------------------------------
 traffic_ops/app/lib/TrafficOpsRoutes.pm | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/ebb5b0f9/traffic_ops/app/lib/TrafficOpsRoutes.pm
----------------------------------------------------------------------
diff --git a/traffic_ops/app/lib/TrafficOpsRoutes.pm b/traffic_ops/app/lib/TrafficOpsRoutes.pm
index aa40d17..acf8461 100644
--- a/traffic_ops/app/lib/TrafficOpsRoutes.pm
+++ b/traffic_ops/app/lib/TrafficOpsRoutes.pm
@@ -102,12 +102,6 @@ sub ui_routes {
 
 	# -- Configfiles
 	$r->route('/genfiles/:mode/:id/#filename')->via('GET')->over( authenticated => 1 )->to( 'ConfigFiles#genfiles', namespace => $namespace );
-	$r->route('/genfiles/:mode/byprofile/:profile/CRConfig.xml')->via('GET')->over( authenticated => 1 )
-		->to( 'ConfigFiles#genfiles_crconfig_profile', namespace => $namespace );
-	$r->route('/genfiles/:mode/bycdnname/:cdnname/CRConfig.xml')->via('GET')->over( authenticated => 1 )
-		->to( 'ConfigFiles#genfiles_crconfig_cdnname', namespace => $namespace );
-	$r->route('/snapshot_crconfig')->via( 'GET', 'POST' )->over( authenticated => 1 )->to( 'ConfigFiles#snapshot_crconfig', namespace => $namespace );
-	$r->post('/upload_ccr_compare')->over( authenticated => 1 )->to( 'ConfigFiles#diff_ccr_xml_file', namespace => $namespace );
 
 	# -- Asn
 	$r->get('/asns')->over( authenticated => 1 )->to( 'Asn#index', namespace => $namespace );