Browse Source

:bug: enable auth header

Jeremy Zheng 3 năm trước cách đây
mục cha
commit
b45060859e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      config/cors.php

+ 1 - 1
config/cors.php

@@ -29,6 +29,6 @@ return [
 
     'max_age' => 0,
 
-    'supports_credentials' => false,
+    'supports_credentials' => true,
 
 ];