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 55 xsi : schemaLocation =" http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd" >
66
77 <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 >
99 </route >
1010
1111</routes >
Original file line number Diff line number Diff line change 55 xsi : schemaLocation =" http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd" >
66
77 <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 >
99 </route >
1010
1111</routes >
You can’t perform that action at this time.
0 commit comments