summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
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 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}