fix: use environment variable for API URL

This commit is contained in:
Xavier Oliveira
2026-05-28 14:41:32 +01:00
parent cf916eabb3
commit 82de11a99f
32 changed files with 98 additions and 65 deletions

View File

@@ -23,7 +23,7 @@ return [
'http://localhost:5173',
'http://127.0.0.1:5173',
'http://localhost:8000',
'http://127.0.0.1:8000',
env('API_URL'),
],
'allowed_origins_patterns' => [],