Skip to content

Commit 5af68c2

Browse files
committed
empy commit
1 parent b808ece commit 5af68c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lab_04/flask_example_1.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ def hello_world():
99

1010
return "<p>Hello, World!</p>"
1111

12+
1213
@app.route("/sum", methods=["GET"])
1314
def sum():
1415
"""Return the sum of two numbers."""

0 commit comments

Comments
 (0)