Remove trailing slash in update_
calls
This commit is contained in:
parent
eff7740a67
commit
584e7a7e6d
3 changed files with 4 additions and 4 deletions
|
@ -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]],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue