Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ebukaogbonna authored May 18, 2024
1 parent 3fa8b5d commit 2e12f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

@app.route("/")
def hello():
return "Hello ACG students one more time!"
return "Hello ACG students!"
if __name__ == "__main__":
app.run(host='0.0.0.0', port=8000)

0 comments on commit 2e12f07

Please sign in to comment.