Skip to content

Commit

Permalink
Chenged wording to test auto deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
olic32 committed Apr 6, 2023
1 parent a0c7fd1 commit d6bd3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

@app.route('/', methods=['GET'])
def get_home():
return "Hello, world!"
return "Hello, the big ol world!"

if __name__ == '__main__':
app.run(
Expand Down

0 comments on commit d6bd3b0

Please sign in to comment.