mirror of
https://github.com/elyby/accounts.git
synced 2024-12-25 22:59:53 +05:30
Fix verb filter
This commit is contained in:
parent
6105d9752c
commit
e5b395d11b
@ -50,7 +50,7 @@ final class AuthorizationController extends Controller {
|
||||
return [
|
||||
'validate' => ['GET'],
|
||||
'complete' => ['POST'],
|
||||
'device' => ['POST'],
|
||||
'devicecode' => ['POST'],
|
||||
'token' => ['POST'],
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user