dyjh 6 anni fa
parent
commit
b1366cfb68
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      config/auth.php

+ 1 - 1
config/auth.php

xqd
@@ -14,7 +14,7 @@ return [
     */
 
     'defaults' => [
-        'guard' => 'web',
+        'guard' => 'api',
         'passwords' => 'users',
     ],