Is there a way to make the trailing `/` in routes ...
# ktor
b
Is there a way to make the trailing
/
in routes optional? For example I want both
localhost/test
and
localhost/test/
to work.
a
b
Oops didn't see that. Thanks!