From f7b33af86af5f18d7be83d8cd400fb04d9993ccf Mon Sep 17 00:00:00 2001 From: Ilya Prokopenko Date: Thu, 6 Jan 2022 13:49:55 +0700 Subject: [PATCH] Routes: /restore.pl is no more Forgot I was supposed to delete this >.< --- Web/routes.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Web/routes.yml b/Web/routes.yml index 16068f37..f0cbcf08 100644 --- a/Web/routes.yml +++ b/Web/routes.yml @@ -55,10 +55,6 @@ routes: handler: "Auth->restore" - url: "/restore/internal-finish" handler: "Auth->finishRestoringPassword" - - url: "/restore.pl" - handler: "Auth->restore" - - url: "/restore.pl/internal-finish" - handler: "Auth->finishRestoringPassword" - url: "/setSID/{slug}" handler: "Auth->su" - url: "/settings"