diff --git a/app.py b/app.py index 5f533ed..5d9afb6 100644 --- a/app.py +++ b/app.py @@ -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(