mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-20 10:14:53 +00:00
Deepsource Python issues
This commit is contained in:
parent
e0fc37d48a
commit
4d912d314c
10 changed files with 162 additions and 156 deletions
|
@ -9,7 +9,7 @@ from .extensions import db
|
|||
blueprint = Blueprint("views", __name__)
|
||||
|
||||
|
||||
@blueprint.route("/")
|
||||
@blueprint.route("/", methods=["GET"])
|
||||
def index():
|
||||
diff_arg = request.args.get("diff", 0)
|
||||
ver_arg = request.args.get("ver", GAME_VERSION).strip()
|
||||
|
@ -45,6 +45,6 @@ def index():
|
|||
)
|
||||
|
||||
|
||||
@blueprint.route("/about")
|
||||
@blueprint.route("/about", methods=["GET"])
|
||||
def about():
|
||||
return render_template("views/about.html")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue