mirror of
https://github.com/Karaka-Management/oms-Dashboard.git
synced 2026-01-11 17:38:41 +00:00
fix base path
This commit is contained in:
parent
bb502a85e8
commit
8ee3aff041
|
|
@ -18,7 +18,7 @@ use phpOMS\Account\PermissionType;
|
|||
use phpOMS\Router\RouteVerb;
|
||||
|
||||
return [
|
||||
'^(\/)(\?.*)*$' => [
|
||||
'^(\/*)(\?.*)*$' => [
|
||||
[
|
||||
'dest' => '\Modules\Dashboard\Controller\BackendController:viewDashboard',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user