forked from rDrama/rDrama
1
0
Fork 0
master
Aevann 2023-09-29 06:40:14 +03:00
parent 21de5bfb3a
commit c4f9086068
1 changed files with 7 additions and 7 deletions

View File

@ -176,13 +176,13 @@ def searchposts(v):
if v.client: return {"total":total, "data":[x.json for x in posts]}
return render_template("search.html",
v=v,
query=query,
page=page,
listing=posts,
sort=sort,
t=t,
total=total
v=v,
query=query,
page=page,
listing=posts,
sort=sort,
t=t,
total=total
)
@app.get("/search/comments")