Cherrio LLC
05/16/2025, 12:32 PMHristijan
05/16/2025, 1:50 PMAleksei Tirman [JB]
05/19/2025, 7:42 AMembeddedServer(Netty, 8080) {
routing {
val route = this as Route
get("/add") {
route.get("/new") {
call.respondText { "NEW" }
}
call.respondText { "OK" }
}
}
}.start(wait = true)
Can you please describe your use case for the dynamic routes?Cherrio LLC
05/19/2025, 9:06 AM