From b33b5d9c72478677ea8250c797f31df542cc53d6 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 28 Jan 2022 22:13:18 +0200 Subject: [PATCH] vxc --- files/routes/search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/search.py b/files/routes/search.py index 2648fece0..d0be90710 100644 --- a/files/routes/search.py +++ b/files/routes/search.py @@ -193,7 +193,7 @@ def searchposts(v): ) @app.get("/search/comments") -@auth_desired +@auth_required def searchcomments(v):