Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrand committed Mar 18, 2018
1 parent d8a2a2d commit 2868ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/tips.cr
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class WebServer
# StaticFileHandler will pass the access to the RouteHandler
# if the file or directory does not exist.
# 4. So RouteHandler should be last.
#
#
# The array of the handlers should be like this.
# Note: if a route can't be handled by RouteHandler (a.k.a. route not found)
# and this handler is the last, a 404 error response will be returned;
Expand Down

0 comments on commit 2868ff4

Please sign in to comment.