mirror of
https://github.com/Karaka-Management/oms-Calendar.git
synced 2026-01-25 05:58:40 +00:00
11 lines
207 B
PHP
11 lines
207 B
PHP
<?php
|
|
|
|
return [
|
|
'^.*/backend/calendar/dashboard.*$' => [
|
|
[
|
|
'dest' => '\Modules\Calendar\Controller:viewCalendarDashboard',
|
|
'verb' => RouteVerb::GET,
|
|
],
|
|
],
|
|
];
|