From 8f21d88be5e138339ceef20a6f76c0d94f2660df Mon Sep 17 00:00:00 2001 From: dyzulk <66510723+dyzulk@users.noreply.github.com> Date: Thu, 8 Jan 2026 18:24:17 +0700 Subject: [PATCH] add cors for docs.trustlab.dyzulk.com --- config/cors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cors.php b/config/cors.php index bf1bdcf..17afeb0 100644 --- a/config/cors.php +++ b/config/cors.php @@ -19,7 +19,7 @@ return [ 'allowed_methods' => ['*'], - 'allowed_origins' => explode(',', env('ALLOWED_ORIGINS', 'https://trustlab.dyzulk.com,https://api.trustlab.dyzulk.com,https://trustlab.pages.dev')), + 'allowed_origins' => explode(',', env('ALLOWED_ORIGINS', 'https://trustlab.dyzulk.com,https://api.trustlab.dyzulk.com,docs.trustlab.dyzulk.com,https://trustlab.pages.dev')), 'allowed_origins_patterns' => [ '#^https?://.*\.trustlab\.pages\.dev$#',