Selaa lähdekoodia

Merge branch 'laravel' of https://github.com/iapt-platform/mint into laravel

bhikkhu-kosalla-china 3 vuotta sitten
vanhempi
sitoutus
c9fd8b8828
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      config/cors.php

+ 1 - 1
config/cors.php

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