Skip to content

Commit

Permalink
Updated __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
danohn committed Feb 11, 2024
1 parent 5177c42 commit 8df9d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask/app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

@app.route("/", methods=["GET", "POST"])
def index_route():
return "Hello world"
return "Hello world!"

0 comments on commit 8df9d45

Please sign in to comment.