fix: use environment variable for API URL
This commit is contained in:
@@ -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' => [],
|
||||
|
||||
Reference in New Issue
Block a user