dyjh 6 years ago
parent
commit
b1366cfb68
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/auth.php

+ 1 - 1
config/auth.php

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