sneed
This commit is contained in:
parent
23618b4d25
commit
cdf9e7f5a6
2 changed files with 2 additions and 2 deletions
|
@ -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):
|
||||
|
||||
|
|
|
@ -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):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue