dyjh 6 năm trước cách đây
mục cha
commit
e550383346
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/Http/Middleware/AuthenticateApi.php

+ 1 - 0
app/Http/Middleware/AuthenticateApi.php

xqd
@@ -17,6 +17,7 @@ class AuthenticateApi
     public function handle($request, Closure $next)
     {
         $userAuth = Auth('api')->user();
+        dd($userAuth);
         if (!$userAuth) {
             Response::json([
                 'status' => 1000,