forked from MarseyWorld/MarseyWorld
fixed king
parent
4fd87ef909
commit
9bcc388712
|
@ -271,7 +271,7 @@ def searchcomments(v):
|
||||||
comments = get_comments(ids, v=v)
|
comments = get_comments(ids, v=v)
|
||||||
|
|
||||||
if request.headers.get("Authorization"): return {"total":total, "data":[x.json for x in comments]}
|
if request.headers.get("Authorization"): return {"total":total, "data":[x.json for x in comments]}
|
||||||
return render_template("search_comments.html", v=v, query=query, total=total, page=page, comments=comments, sort=sort, t=t, next_exists=next_exists)
|
return render_template("search_comments.html", v=v, query=query, total=total, page=page, comments=comments, sort=sort, t=t, next_exists=next_exists, standalone=True)
|
||||||
|
|
||||||
|
|
||||||
@app.get("/search/users")
|
@app.get("/search/users")
|
||||||
|
|
Loading…
Reference in New Issue