Skip to content
This repository was archived by the owner on May 11, 2025. It is now read-only.

Commit 1c8a7a4

Browse files
authored
Update routes.py
1 parent be9d371 commit 1c8a7a4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hints/routes.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@
55
from markupsafe import escape
66

77
from flags import stages # import everything from flags.py
8-
from hints import create_app
98

109
bp = Blueprint("ctf", __name__)
1110

1211
current_stage = 1
1312
hint_index = 0
14-
app = create_app()
1513

1614

1715
@bp.route("/flags", methods=["GET", "POST"])

0 commit comments

Comments
 (0)