From a2a290db7c440b1d81abaf676c6661b5e6eb8ee4 Mon Sep 17 00:00:00 2001 From: fr12k Date: Fri, 17 Oct 2025 12:32:54 +0200 Subject: [PATCH] feat: update app.py to add escalation mark --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 677e25c..33c6611 100644 --- a/app.py +++ b/app.py @@ -5,4 +5,4 @@ @app.get("/hello") def hello(name: str = "world"): - return {"message": f"hello {name}"} + return {"message": f"hello {name}!"}