Skip to content

Commit

Permalink
Update unical_client.routing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drogers98 authored Jan 18, 2019
1 parent 979ccc0 commit 574d785
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion unical_client.routing.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Routes for the front end calendar, and backend config.

unical_client.calendar:
path: 'calendar'
path: 'calendar/{internal1}/{internal2}/{internal3}'
defaults:
_controller: '\Drupal\unical_client\Controller\UnicalClientController::content'
_title: 'Calendar'
internal1: ''
internal2: ''
internal3: ''
requirements:
_permission: 'access content'

Expand Down

0 comments on commit 574d785

Please sign in to comment.