We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a07ca1 commit 4a2d71eCopy full SHA for 4a2d71e
lightbug.🔥
@@ -17,7 +17,7 @@ fn hello(req: HTTPRequest) -> HTTPResponse:
17
fn main() raises:
18
alias router = Router[
19
APIRoute["/", "GET", hello](),
20
- # APIRoute["/print", "POST", printer]()
+ # APIRoute["/print", "POST", printer]() # - TODO: fails currently with more than one route
21
]()
22
var app = App[router]()
23
0 commit comments