mirror of
https://github.com/silverstripe/silverstripe-environmentcheck
synced 2024-10-22 17:05:40 +02:00
15 lines
489 B
YAML
15 lines
489 B
YAML
---
|
|
Name: environmentcheckroutes
|
|
---
|
|
SilverStripe\Control\Director:
|
|
rules:
|
|
'health/check': 'Silverstripe\EnvironmentCheck\Controllers\DevHealthController'
|
|
'dev/check/$Suite': 'Silverstripe\EnvironmentCheck\Controllers\DevCheckController'
|
|
|
|
SilverStripe\Dev\DevelopmentAdmin:
|
|
registered_controllers:
|
|
check:
|
|
controller: Silverstripe\EnvironmentCheck\Controllers\DevCheckController
|
|
links:
|
|
check: 'Run registered environment checks and display their status'
|