From: Hypolite Petovan Date: Wed, 10 Mar 2021 18:14:52 +0000 (-0500) Subject: Remove now unused `/maintenance` route X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0bba4f12ca7a4d83c1acda512120d0ef951efbd2;p=friendica.git Remove now unused `/maintenance` route --- diff --git a/static/routes.config.php b/static/routes.config.php index 031f6082b1..a432d0d89e 100644 --- a/static/routes.config.php +++ b/static/routes.config.php @@ -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]],