Skip to content

Commit 7f27742

Browse files
committed
fixup!
1 parent 59469b0 commit 7f27742

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/javalin/simple.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package javalin
22

3-
routing {
3+
webRoutes {
44
get("/about") { ctx ->
55
ctx.result("Powered by Javalin and ScriptAgent")
66
}

0 commit comments

Comments
 (0)