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 2c92bb8 commit 7e51052Copy full SHA for 7e51052
app.py
@@ -2,6 +2,6 @@
2
app = Flask(__name__)
3
@app.route('/')
4
def index():
5
- return 'Yo, it's working!'
+ return 'Yo, its working!'
6
if __name__ == "__main__":
7
app.run()
0 commit comments