This commit is contained in:
Aevann1 2021-08-13 04:55:52 +02:00
parent bd17488b70
commit 21372125d3
3 changed files with 4 additions and 1 deletions

View file

@ -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):