diff --git a/config/routing.yml b/config/routing.yml index fcca93e6..7e18acc2 100644 --- a/config/routing.yml +++ b/config/routing.yml @@ -5,4 +5,9 @@ board3_controller: # This is currently not supported yet board3_pages_controller: pattern: /portal/{page} - defaults: { _controller: board3.portal.main:handle_page, page: "portal" } \ No newline at end of file + defaults: { _controller: board3.portal.main:handle_page, page: "portal" } + +# Redirect to portal by default +board3_redirect_controller: + pattern: / + defaults: { _controller: board3.portal.main:handle }