Hey there,
Is there any possible way to do a complete catchall? I have an app with route "/{}" which will catch anything on the / path but as soon as 2 slashes are brought in (e.g /route1/route2), it does not catch it. Is there some other way of doing this?
Best regards.