We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c133e23 + b4f4a93 commit 020b355Copy full SHA for 020b355
application.py
@@ -1,6 +1,7 @@
1
from flask import Flask
2
app = Flask(__name__)
3
4
+
5
@app.route("/")
6
def hello():
- return "Hello World!"
7
+ return "Hello World!"
0 commit comments