add cors to message push api

This commit is contained in:
Easy 2022-03-07 09:49:04 +08:00
parent 987da61003
commit a9ec7adfb0
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ return [
|
*/
'paths' => ['api/*', 'sanctum/csrf-cookie'],
'paths' => ['message/push', 'sanctum/csrf-cookie'],
'allowed_methods' => ['*'],