dyjh 6 년 전
부모
커밋
a5aa417e15
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      app/Http/Middleware/AuthenticateApi.php

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

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