FlaskBB
A lightweight forum software in Flask
default profile picture

junchen

Member
Last seen 4 years ago
Joined:
Posts:
2
Topics:
1

most Flask app would have routes like @app.route('/', methods=['GET', 'POST']) etc...
how come i dont see any @route annotation in the source code?