1
0
Fork 0
mirror of synced 2024-07-07 15:36:19 +12:00

Add OAuth to blacklist

This commit is contained in:
Jake Barnby 2022-10-19 13:23:42 +13:00
parent c2e0ef3f98
commit f6dc7b2068
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -19,6 +19,7 @@ class Mapper
private static array $blacklist = [
'v1/mock',
'v1/graphql',
'v1/account/sessions/oauth2',
];
public static function init(array $models): void