We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d667b0 commit 9333c02Copy full SHA for 9333c02
1 file changed
README.md
@@ -1,5 +1,4 @@
1
# OpenConext Monitor bundle
2
-[](https://travis-ci.org/OpenConext/Monitor-bundle)
3
4
A Symfony 3/4/5 bundle that adds a /health and /info endpoint to your application.
5
@@ -47,7 +46,7 @@ When a health check failed the HTTP Response status code will be 503. And the JS
47
46
prefix: /
48
```
49
50
- * Add security exceptions in `config/security.yml` (if this is required at all)
+ * Add security exceptions in `config/packages/security.yml` (if this is required at all)
51
```yaml
52
security:
53
firewalls:
0 commit comments