Remove now unused `/maintenance` route
authorHypolite Petovan <hypolite@mrpetovan.com>
Wed, 10 Mar 2021 18:14:52 +0000 (13:14 -0500)
committerGitHub <noreply@github.com>
Wed, 10 Mar 2021 18:14:52 +0000 (13:14 -0500)
static/routes.config.php

index 031f608..a432d0d 100644 (file)
@@ -302,7 +302,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]],