Const
This controller is kind of special as it will only mount the routes if the debug.configController setting of the app configuration is set to true.
debug.configController
true
It provides routes for:
/
/switch/:name
This controller is kind of special as it will only mount the routes if the
debug.configController
setting of the app configuration is set totrue
.It provides routes for:
/
: Showing the current configuration./switch/:name
: Switching the configuration, but only if the service allows it.