From 308704d0c57a240ce3a611de95e3785878369f19 Mon Sep 17 00:00:00 2001 From: mids <42959872+hamida-mstafa@users.noreply.github.com> Date: Tue, 26 Sep 2023 10:24:01 +0300 Subject: [PATCH] Update app.py --- app.py | 4 ++++ 1 file changed, 4 insertions(+) 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'