fdfd
This commit is contained in:
parent
bd17488b70
commit
21372125d3
3 changed files with 4 additions and 1 deletions
|
@ -27,6 +27,7 @@ beams_client = PushNotifications(
|
|||
@app.get("/comment/<cid>")
|
||||
@app.get("/post/<pid>/<anything>/<cid>")
|
||||
@app.get("/logged_out/comment/<cid>")
|
||||
@app.get("/logged_out/post/<pid>/<anything>/<cid>")
|
||||
@auth_desired
|
||||
def post_pid_comment_cid(cid, pid=None, anything=None, v=None):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue