[ticket/465] Use path instead of pattern in routing.yml

B3P-465
This commit is contained in:
Marc Alexander
2015-02-11 11:53:19 +01:00
parent 6e6e3c504b
commit 9bf8fd049d
2 changed files with 14 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
board3_portal_controller:
pattern: /portal
path: /portal
defaults: { _controller: board3.portal.main:handle }
# This is currently not supported yet
@@ -9,5 +9,5 @@ board3_portal_controller:
# Redirect to portal by default
board3_portal_redirect_controller:
pattern: /
path: /
defaults: { _controller: board3.portal.main:handle }