Skip to content

Commit 04cabaf

Browse files
committed
Update with routing
1 parent c249128 commit 04cabaf

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ When a health check failed the HTTP Response status code will be 503. And the JS
4646
* Include the routing configuration in `config/routes.yaml` by adding:
4747
```yaml
4848
open_conext_monitor:
49-
resource: "@OpenConextMonitorBundle/config/routing.yaml"
50-
prefix: /
49+
resource: "@OpenConextMonitorBundle/src/Controller"
50+
type: attribute
51+
prefix: /
5152
```
5253
5354
* Add security exceptions in `config/packages/security.yaml` (if this is required at all)

0 commit comments

Comments
 (0)