[ticket/465] Use path instead of pattern in routing.yml
B3P-465
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user