dyjh 6 năm trước cách đây
mục cha
commit
e550383346

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

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