We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c249128 commit 04cabafCopy full SHA for 04cabaf
1 file changed
README.md
@@ -46,8 +46,9 @@ When a health check failed the HTTP Response status code will be 503. And the JS
46
* Include the routing configuration in `config/routes.yaml` by adding:
47
```yaml
48
open_conext_monitor:
49
- resource: "@OpenConextMonitorBundle/config/routing.yaml"
50
- prefix: /
+ resource: "@OpenConextMonitorBundle/src/Controller"
+ type: attribute
51
+ prefix: /
52
```
53
54
* Add security exceptions in `config/packages/security.yaml` (if this is required at all)
0 commit comments