Explorar o código

:bug: enable auth header

Jeremy Zheng %!s(int64=3) %!d(string=hai) anos
pai
achega
b45060859e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,
 
 ];