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.
1 parent e92b62b commit b4f4a93Copy full SHA for b4f4a93
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