mirror of
https://github.com/silverstripe/silverstripe-environmentcheck
synced 2024-10-22 17:05:40 +02:00
9 lines
249 B
YAML
9 lines
249 B
YAML
---
|
|
Name: environmentcheckroutes
|
|
---
|
|
SilverStripe\Control\Director:
|
|
rules:
|
|
'health/check': 'Silverstripe\EnvironmentCheck\Controllers\DevHealthController'
|
|
'dev/check/$Suite': 'Silverstripe\EnvironmentCheck\Controllers\DevCheckController'
|
|
|