diff --git a/files/routes/search.py b/files/routes/search.py index d0be90710..2648fece0 100644 --- a/files/routes/search.py +++ b/files/routes/search.py @@ -193,7 +193,7 @@ def searchposts(v): ) @app.get("/search/comments") -@auth_required +@auth_desired def searchcomments(v):