Skip to content

Commit

Permalink
Merge pull request silverstripe#2228 from wilr/oldroutes
Browse files Browse the repository at this point in the history
Remove old routes
  • Loading branch information
chillu committed Jan 31, 2014
2 parents d29b083 + 7a1851c commit cd99e72
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions _config/routes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ Director:
rules:
'Security//$Action/$ID/$OtherID': 'Security'
'$Controller//$Action/$ID/$OtherID': '*'
'api/v1/live': 'VersionedRestfulServer'
'api/v1': 'RestfulServer'
'soap/v1': 'SOAPModelAccess'
'dev': 'DevelopmentAdmin'
'interactive': 'SapphireREPL'
---
Expand All @@ -31,4 +28,4 @@ After:
---
Director:
rules:
'admin': 'AdminRootController'
'admin': 'AdminRootController'

0 comments on commit cd99e72

Please sign in to comment.