diff options
| -rw-r--r-- | app/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/main.py b/app/main.py index 701c030..6cb29f7 100644 --- a/app/main.py +++ b/app/main.py @@ -6,5 +6,5 @@ app = FastAPI() @app.get("/") def read_root(): - msg = "Hello Berries!" + msg = "Hello Art Berries!~" return {"message": msg} |
