Skip to content

Commit

Permalink
Fix response
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperLaiTW committed Jun 2, 2017
1 parent f3e0755 commit 694bfe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LoginUsers.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function logout(Request $request)

$request->session()->regenerate();

return redirect('/');
return response()->json([], 201);
}

/**
Expand Down

0 comments on commit 694bfe4

Please sign in to comment.