summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorl3wdfut4pwr <l3wdfut4pwr@gmail.com>2026-03-14 16:17:08 +0200
committerl3wdfut4pwr <l3wdfut4pwr@gmail.com>2026-03-14 16:17:08 +0200
commit582e51cc48995055eec4d8fe2999de86b92e38c6 (patch)
tree670f160093d2c28d9ca98ca43ed628548a041e9c /app
parent2eb679a51125c15bba939284685ee6056de577f0 (diff)
test update
Diffstat (limited to 'app')
-rw-r--r--app/main.py2
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}