You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice, if one could enforce trailing slashes at least for specific urls. In my case I would like
to forward /admin to /admin/, but doing that via the routes.json file results in a redirection loop.
It would be nice, if one could enforce trailing slashes at least for specific urls. In my case I would like
to forward
/adminto/admin/, but doing that via theroutes.jsonfile results in a redirection loop.