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