Remove references to holes
This commit is contained in:
parent
5500fc6e8d
commit
35fdbd2e2e
7 changed files with 9 additions and 36 deletions
|
@ -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):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue