Update CORS configuration to allow all paths for enhanced API accessibility.

This commit is contained in:
F4ilji
2025-09-05 23:59:40 +05:00
parent 525c9edc65
commit 29daa1e3aa
+1 -1
View File
@@ -2,7 +2,7 @@
return [
'paths' => ['api/*'],
'paths' => ['*'],
'allowed_methods' => ['GET', 'POST', 'PUT', 'DELETE'],