I want to map two `get("/{path}/")` routes. ktor m...
# ktor
m
I want to map two
get("/{path}/")
routes. ktor may try the first one, and if it can't handle this request (throws an exception), ktor may try the next one.