Hamza
get("/{*}") { call.respond("hello") }
/
/{anything}/{something}
cy
*
get("/") { call.respond("OK") } get("/{*}") { call.respond("OK") } get("/{*}/{*}") { call.respond("OK") } get("/{*}/{*}/{*}") { call.respond("OK") }
Nicholas DeLello
A modern programming language that makes developers happier.