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