theRealProHacker / Positron

With Positron you can create your own desktop app using just HTML and Python
2 stars 1 forks source link

Redirect route #50

Closed theRealProHacker closed 2 years ago

theRealProHacker commented 2 years ago

A route should be able to redirect to another route by returning a string containing the new route.

theRealProHacker commented 2 years ago

In the current implementation, a goto inside a route callback will just work.