Skip to content

Commit

Permalink
add a todo
Browse files Browse the repository at this point in the history
  • Loading branch information
saviorand committed Jan 19, 2025
1 parent 9a07ca1 commit 4a2d71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightbug.πŸ”₯
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fn hello(req: HTTPRequest) -> HTTPResponse:
fn main() raises:
alias router = Router[
APIRoute["/", "GET", hello](),
# APIRoute["/print", "POST", printer]()
# APIRoute["/print", "POST", printer]() # - TODO: fails currently with more than one route
]()
var app = App[router]()

Expand Down

0 comments on commit 4a2d71e

Please sign in to comment.