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):