mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-01-27 16:28:40 +00:00
11 lines
216 B
PHP
11 lines
216 B
PHP
<?php
|
|
|
|
return [
|
|
'^.*/backend/accounting/personal/entries.*$' => [
|
|
[
|
|
'dest' => '\Modules\Accounting\Controller:viewPersonalEntries',
|
|
'verb' => RouteVerb::GET,
|
|
],
|
|
],
|
|
];
|