fix: allow localhost cors for docs development

This commit is contained in:
dyzulk
2026-01-08 16:05:31 +07:00
parent 4c1004f3ba
commit e4f10a1c7b

View File

@@ -23,6 +23,7 @@ return [
'allowed_origins_patterns' => [
'#^https?://.*\.trustlab\.pages\.dev$#',
'#^http://localhost:\d+$#',
],
'allowed_headers' => ['*'],