in reply to Re^2: first steps with Mojolicious::Lite -- under again
in thread first steps with Mojolicious::Lite
why the comment # GET /admin/dashboard ??Under is a superset of nested routing. Nested routes create prefixes (with / prefix implicit), but under also runs code after matching the prefix but before dispatching the request further down the chain.
|
|---|