Skip to content

Commit

Permalink
More sensible handlers.
Browse files Browse the repository at this point in the history
  • Loading branch information
noboomu committed Jul 24, 2018
1 parent 76b904f commit dab0494
Show file tree
Hide file tree
Showing 5 changed files with 197 additions and 203 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ public ServerResponse<T> found()
this.status = StatusCodes.FOUND;
return this;
}


public ServerResponse<T> accepted()
{
Expand Down
Loading

0 comments on commit dab0494

Please sign in to comment.