VENOM: Fix Router cannot find Route if Trailing Slash is existing (VersusTuneZ)
FIX Typos Change Folder WIP
This commit is contained in:
parent
85549fbd43
commit
196ff0b1f1
7 changed files with 24 additions and 18 deletions
|
|
@ -51,7 +51,7 @@ class VenomStatusModule implements Module, Route
|
|||
AdminHelper::sendResponse([
|
||||
'users' => [
|
||||
['id' => 1, 'name' => 'engineertrooper', 'icon' => 'vt-edit'],
|
||||
['id' => 2, 'name' => 'versustunze', 'icon' => 'vt-edit']
|
||||
['id' => 2, 'name' => 'versustunez', 'icon' => 'vt-edit']
|
||||
]
|
||||
]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue