Merge branch dev into features/notifications
This commit is contained in:
@@ -20,9 +20,13 @@ return [
|
||||
|
||||
'allowed_methods' => ['*'],
|
||||
|
||||
<<<<<<< HEAD
|
||||
'allowed_origins' => env('DEV', 0) == 1
|
||||
? explode(',', env('DEV_CORS_ALLOWED_ORIGINS'))
|
||||
: explode(',', env('PROD_CORS_ALLOWED_ORIGINS')),
|
||||
=======
|
||||
'allowed_origins' => ['*'],
|
||||
>>>>>>> dev
|
||||
|
||||
'allowed_origins_patterns' => [],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user