Hi <@U02AB5P2XU6> I noticed that routes are case s...
# kobweb
f
Hi @David Herman I noticed that routes are case sensitive. Is there away to redirect all incoming requests to lowercase?
d
Check out the docs on `addRouteInterceptor`
In your case I think it would just look like
path = path.lowercase()
f
Thanks, it worked.
d
Great, and you're welcome!