0
Library: flask
flask
Shortcut: flask.route.new-with-int-parameter
flask.route.new-with-int-parameter
0 Comments
@app.route('/post/<int:post_id>') def show_post(post_id): return f'Post {post_id}'