From 75d3f74d09f76b03e9753510ff35385248da354c Mon Sep 17 00:00:00 2001 From: Dillon Ngo Date: Sun, 5 Jul 2026 12:24:11 +0800 Subject: [PATCH] Update: Vue 2 to Vue 3 with Typescript, node 14 to node 22, Jenkinsfile, Dockerfile, vapor.yml (Post PROD Deployment) --- config/cors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cors.php b/config/cors.php index cf914da3..2c8d3814 100644 --- a/config/cors.php +++ b/config/cors.php @@ -29,6 +29,6 @@ return [ 'max_age' => 0, - 'supports_credentials' => false, //cief todo: 137 + 'supports_credentials' => false, ];