Update CORS configuration to allow all paths for enhanced API accessibility.
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
return [
|
||||
|
||||
'paths' => ['api/*'],
|
||||
'paths' => ['*'],
|
||||
|
||||
'allowed_methods' => ['GET', 'POST', 'PUT', 'DELETE'],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user