Skip to content

Commit 121e45a

Browse files
Fixing bugs
1 parent 8e8e9d1 commit 121e45a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ def ping():
3030

3131
if __name__ == "__main__":
3232
app.run(host='0.0.0.0', port=8000)
33+
@app.route("/ping")
34+
def ping():
35+
return "App is alive!"

0 commit comments

Comments
 (0)