disable /search/comments for now

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-09-30 14:20:53 +02:00
parent 0136a4a37f
commit 52c5dd6028
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ def searchposts(v):
@auth_required
def searchcomments(v):
abort(403)
query = request.values.get("q", '').strip()
try: page = max(1, int(request.values.get("page", 1)))