remotes/1693045480750635534/spooky-22
Aevann1 2021-07-23 21:35:02 +02:00
parent 5eed745704
commit be96b02dab
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ beams_client = PushNotifications(
secret_key=PUSHER_KEY,
)
@app.route("/banaward/comment/<comment_id>", methods=["POST"])
@app.route("/banaward/comment/<comment_id>", methods=["POST", "GET"])
@auth_required
def banawardcomment(comment_id, v):

View File

@ -45,7 +45,7 @@ def resize():
print(f"2 {u.profileurl}")
@app.route("/banaward/post/<post_id>", methods=["POST"])
@app.route("/banaward/post/<post_id>", methods=["POST", "GET"])
@auth_required
def postbanaward(post_id, v):