Bugfix
- Revert the change from 3.17.0 that registered
page('/')on a prefixedAPIRouterwithout trailing slash, because it broke relative links likeui.navigate.to('item')on such pages; the route is/prefix/again as in 3.16 and as in FastAPI, and #6281 is reopened (#6346 by @KrilleGH, @falkoschindler)