We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59469b0 commit 7f27742Copy full SHA for 7f27742
1 file changed
scripts/javalin/simple.kts
@@ -1,6 +1,6 @@
1
package javalin
2
3
-routing {
+webRoutes {
4
get("/about") { ctx ->
5
ctx.result("Powered by Javalin and ScriptAgent")
6
}
0 commit comments