I've ended up with something like ``` app.get("/*"...
# javalin
d
I've ended up with something like
Copy code
app.get("/*") { ctx ->
    
}
It's totally ok for me, but was wandering if there is another way. Thanks.