diff --git a/app.py b/app.py index d82c51f0d..ff5a9461c 100644 --- a/app.py +++ b/app.py @@ -4,3 +4,7 @@ @app.route('/') def hello_world(): return 'Hello, World!' + +@app.route('/about') +def about(): + return 'we are the best'