From 29b9d733873494e133455fd334030fe42e087f81 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 28 Jan 2022 01:29:39 +0200 Subject: [PATCH] vc --- 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 2648fece03..d0be907108 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):