could add a route for `/{...}` as the last one? Ed...
# ktor
m
could add a route for
/{...}
as the last one? Edit: Oh, you want to intercept those requests. That I'm not sure about. Perhaps adding a later pipeline phase and handling calls that are not an instance of
RoutingApplicationCall
?