Simplification of default routing
All URLs now force a trailing slash at the end of the URL path - this is beneficial because it allows client side code and server side headers to reference paths relatively (e.g. Location: ./ for a refresh, Location: ../other-dir/ to redirect to a sibling directory.
The default router has had non-page matches removed for simplicity, until the Router package has documented examples of non-page responses.