Move mod/ping to module class

This commit is contained in:
Hypolite Petovan 2022-03-04 09:01:56 -05:00
commit 1ae7cac236
5 changed files with 409 additions and 430 deletions

View file

@ -489,6 +489,7 @@ return [
'/{type}/{customsize:\d+}/{nickname_ext}' => [Module\Photo::class, [R::GET]],
],
'/ping' => [Module\Notifications\Ping::class, [R::GET]],
'/pretheme' => [Module\ThemeDetails::class, [R::GET]],
'/probe' => [Module\Debug\Probe::class, [R::GET]],