remotes/1693045480750635534/spooky-22
Aevann1 2021-07-23 15:51:16 +02:00
parent cc8bad47c6
commit 0a38d56242
1 changed files with 0 additions and 2 deletions

View File

@ -5,8 +5,6 @@ from flask import *
from drama.__main__ import app
from .users import leaderboard
users1, users2 = leaderboard()
@app.route("/api/v1/vote/post/<post_id>/<x>", methods=["POST"])
@app.route("/api/vote/post/<post_id>/<x>", methods=["POST"])
@is_not_banned