fix: configure CORS for production
This commit is contained in:
@@ -23,7 +23,7 @@ return [
|
|||||||
'http://localhost:5173',
|
'http://localhost:5173',
|
||||||
'http://127.0.0.1:5173',
|
'http://127.0.0.1:5173',
|
||||||
'http://localhost:8000',
|
'http://localhost:8000',
|
||||||
env('API_URL'),
|
'https://plataforma-tutoriais.vercel.app',
|
||||||
],
|
],
|
||||||
|
|
||||||
'allowed_origins_patterns' => [],
|
'allowed_origins_patterns' => [],
|
||||||
|
|||||||
Reference in New Issue
Block a user