BUGFIX: updated route config for testsession endpoint (#66)

BUGFIX: updated route config for testsession endpoint
This commit is contained in:
Guy Marriott 2019-05-08 16:27:55 +12:00 committed by GitHub
commit efb6777ee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
---
Name: testsessionroutes
---
SilverStripe\Control\Director:
rules:
dev/testsession: SilverStripe\TestSession\TestSessionController
SilverStripe\Dev\DevelopmentAdmin:
registered_controllers:
testsession:
controller: SilverStripe\TestSession\TestSessionController