Returned callback needs to be called within Shiny server code.
Usage
make_router(default, ..., page_404 = page404())
Arguments
- default
Main route to which all invalid routes should redirect.
- ...
All other routes defined with shiny.router::route function.
- page_404
Styling of page when wrong bookmark is open. See page404.