Remove trailing slash in update_ calls

This commit is contained in:
Philipp Holzer 2022-11-15 20:11:38 +01:00
commit 584e7a7e6d
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
3 changed files with 4 additions and 4 deletions

View file

@ -642,7 +642,7 @@ return [
'/update_community[/{content}]' => [Module\Update\Community::class, [R::GET]],
'/update_display[/]' => [Module\Update\Display::class, [R::GET]],
'/update_display' => [Module\Update\Display::class, [R::GET]],
'/update_network' => [
'[/]' => [Module\Update\Network::class, [R::GET]],