Change dev/health route to health/check

This commit is contained in:
Stig Lindqvist 2016-06-17 14:43:59 +12:00
parent c24c52e77f
commit f48efcf963
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@ After: 'framework/*','cms/*'
---
Director:
rules:
'dev/health': 'DevHealthController'
'health/check': 'DevHealthController'
'dev/check/$Suite': 'DevCheckController'