Closed theRealProHacker closed 2 years ago
A route should be able to redirect to another route by returning a string containing the new route.
In the current implementation, a goto inside a route callback will just work.
goto
A route should be able to redirect to another route by returning a string containing the new route.