From 70803142c246222300b47e96ce9ca99b33ed95cc Mon Sep 17 00:00:00 2001 From: Database Server Date: Fri, 6 Jan 2023 00:47:46 +0800 Subject: [PATCH] Update cors --- config/cors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cors.php b/config/cors.php index c8e60a0..ec9ac6d 100644 --- a/config/cors.php +++ b/config/cors.php @@ -15,7 +15,7 @@ | */ - 'paths' => ['api', 'api/*', 'sanctum/csrf-cookie', 'broadcasting/*'], + 'paths' => ['api', 'api/', 'api/*', 'sanctum/csrf-cookie', 'broadcasting/*'], 'allowed_methods' => ['*'],