VENOM: Fix Router cannot find Route if Trailing Slash is existing (VersusTuneZ)

FIX Typos
Change Folder
WIP
This commit is contained in:
engineerTrooper 2020-12-13 01:26:02 +01:00
commit 196ff0b1f1
7 changed files with 24 additions and 18 deletions

View file

@ -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']
]
]);
}