Joris
10/08/2019, 1:55 PM/api
isn't prepend to the other routes as I fought it would, instead ktor try to match /api or /foo or /baz.
Is there a way to mutualize a part of a route without adding it in every Routing ? It's quite redundant to put the /api
in every Routing file that I might create.
Also in my web.xml I tried to put /api
in the url-pattern, but ktor doesn't seems to base its matching on it and try to work from /
instead.diesieben07
10/08/2019, 2:06 PMfooApi
, etc) on Route
, not Routing
.Joris
10/08/2019, 2:08 PMribesg
10/08/2019, 2:09 PMthis