mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Fix verb filter
This commit is contained in:
@ -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'],
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user