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 8e8e9d1 commit 121e45aCopy full SHA for 121e45a
app.py
@@ -30,3 +30,6 @@ def ping():
30
31
if __name__ == "__main__":
32
app.run(host='0.0.0.0', port=8000)
33
+@app.route("/ping")
34
+def ping():
35
+ return "App is alive!"
0 commit comments