Skip to content

Commit 1f13cbc

Browse files
Update webapp.py
1 parent 587bfcc commit 1f13cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
app = Flask(__name__)
77

8-
app.route("/hello")
8+
@app.route("/")
99
def hello():
1010
return "Hello World"
1111

0 commit comments

Comments
 (0)