diff options
| author | l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-03-14 16:25:35 +0200 |
|---|---|---|
| committer | l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-03-14 16:25:35 +0200 |
| commit | 5ec64487fb1b1fad2b9eb44ddd69f29bbdc8b09c (patch) | |
| tree | 54ff60671f8145bea1182e8ecdb5bc1f0e5c7651 /app/main.py | |
| parent | 582e51cc48995055eec4d8fe2999de86b92e38c6 (diff) | |
minimal test
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 6cb29f7..fcb66a0 100644 --- a/app/main.py +++ b/app/main.py @@ -6,5 +6,5 @@ app = FastAPI() @app.get("/") def read_root(): - msg = "Hello Art Berries!~" + msg = "Hello new ci!" return {"message": msg} |
