Skip to content

Commit c34c4c9

Browse files
gregurcomarkitosgv
authored andcommitted
Replace deprecated configuration of routes with one colon (lexik#104)
1 parent 51f04b0 commit c34c4c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Open your main routing configuration file (usually `app/config/routing.yml`) and
8383
# app/config/routing.yml
8484
gesdinet_jwt_refresh_token:
8585
path: /api/token/refresh
86-
defaults: { _controller: gesdinet.jwtrefreshtoken:refresh }
86+
defaults: { _controller: gesdinet.jwtrefreshtoken::refresh }
8787
# ...
8888
```
8989

0 commit comments

Comments
 (0)