Skip to content

Commit 4a2d71e

Browse files
committed
add a todo
1 parent 9a07ca1 commit 4a2d71e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightbug.🔥

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fn hello(req: HTTPRequest) -> HTTPResponse:
1717
fn main() raises:
1818
alias router = Router[
1919
APIRoute["/", "GET", hello](),
20-
# APIRoute["/print", "POST", printer]()
20+
# APIRoute["/print", "POST", printer]() # - TODO: fails currently with more than one route
2121
]()
2222
var app = App[router]()
2323

0 commit comments

Comments
 (0)