[ticket/690] Replace windows with unix line endings

B3P-690
This commit is contained in:
Marc Alexander
2017-01-15 12:15:54 +01:00
parent e6a4c8758a
commit 7929bc4da4
2 changed files with 119 additions and 119 deletions

View File

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