Remove references to holes

This commit is contained in:
iro84657 2022-05-09 11:01:11 -04:00
parent 5500fc6e8d
commit 35fdbd2e2e
7 changed files with 9 additions and 36 deletions

View file

@ -57,8 +57,8 @@ def pusher_thread(interests, c, username):
@app.get("/comment/<cid>")
@app.get("/post/<pid>/<anything>/<cid>")
@app.get("/h/<sub>/comment/<cid>")
@app.get("/h/<sub>/post/<pid>/<anything>/<cid>")
# @app.get("/h/<sub>/comment/<cid>")
# @app.get("/h/<sub>/post/<pid>/<anything>/<cid>")
@auth_desired
def post_pid_comment_cid(cid, pid=None, anything=None, v=None, sub=None):