From 0bba4f12ca7a4d83c1acda512120d0ef951efbd2 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Wed, 10 Mar 2021 13:14:52 -0500 Subject: [PATCH] Remove now unused `/maintenance` route --- static/routes.config.php | 1 - 1 file changed, 1 deletion(-) 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]],