File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
xsi : schemaLocation =" http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd" >
6
6
7
7
<route id =" fos_oauth_server_authorize" path =" /oauth/v2/auth" methods =" GET POST" >
8
- <default key =" _controller" >fos_oauth_server.controller.authorize:authorizeAction</default >
8
+ <default key =" _controller" >fos_oauth_server.controller.authorize:: authorizeAction</default >
9
9
</route >
10
10
11
11
</routes >
Original file line number Diff line number Diff line change 5
5
xsi : schemaLocation =" http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd" >
6
6
7
7
<route id =" fos_oauth_server_token" path =" /oauth/v2/token" methods =" GET POST" >
8
- <default key =" _controller" >fos_oauth_server.controller.token:tokenAction</default >
8
+ <default key =" _controller" >fos_oauth_server.controller.token:: tokenAction</default >
9
9
</route >
10
10
11
11
</routes >
You can’t perform that action at this time.
0 commit comments