Update hello.py
This commit is contained in:
parent
727cd8fb71
commit
e488045687
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ from flask import Flask
|
|||
|
||||
app = Flask(__name__)
|
||||
|
||||
|
||||
#Returns "Hello World!" when "/" is accessed by the user
|
||||
@app.route("/")
|
||||
def hello():
|
||||
return "Hello World!"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue