Fix routing again #4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix-routing-again"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The main change of this PR is, that the routes to
/game
and/host
are subroutes from/
.This causes the
/host
page to be rebuilt if the browser back button is used. This way, we do not show an old passphrase that is not valid anymore.