Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: George Lemon <[email protected]>
  • Loading branch information
georgelemon committed Feb 21, 2024
1 parent 7c261da commit 7b7db92
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions example/app.nim
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ proc onRequest(req: Request): Future[void] =
case path
of "/":
req.resp("index")
of "/about":
req.resp("about")
else:
if path.startsWith("/assets"):
getStaticAsset(path)
Expand Down

0 comments on commit 7b7db92

Please sign in to comment.