1
0
Fork 0

Merge pull request #10027 from MrPetovan/task/9950-improve-maintenance-page

Improve maintenance page
This commit is contained in:
Michael Vogel 2021-03-10 20:19:55 +01:00 committed by GitHub
commit 5e98a38ac9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6132 additions and 6111 deletions

View file

@ -303,7 +303,6 @@ return [
'/login' => [Module\Security\Login::class, [R::GET, R::POST]],
'/logout' => [Module\Security\Logout::class, [R::GET, R::POST]],
'/magic' => [Module\Magic::class, [R::GET]],
'/maintenance' => [Module\Maintenance::class, [R::GET]],
'/manifest' => [Module\Manifest::class, [R::GET]],
'/friendica.webmanifest' => [Module\Manifest::class, [R::GET]],
'/modexp/{nick}' => [Module\PublicRSAKey::class, [R::GET]],