How I can legalize `/` in the end for Ktor? `/items` == `/items/`
t
How I can legalize
/
in the end for Ktor?
/items
==
/items/
r
you can use
IgnoreTrailingSlash
plugin
👌 1
👍 1