diff options
| author | l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-03-14 16:17:08 +0200 |
|---|---|---|
| committer | l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-03-14 16:17:08 +0200 |
| commit | 582e51cc48995055eec4d8fe2999de86b92e38c6 (patch) | |
| tree | 670f160093d2c28d9ca98ca43ed628548a041e9c /app/main.py | |
| parent | 2eb679a51125c15bba939284685ee6056de577f0 (diff) | |
test update
Diffstat (limited to 'app/main.py')
| -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} |
