From 67cd606ebb7258e6c0d9ef38a2c802ba094a1eaa Mon Sep 17 00:00:00 2001 From: RaihanKaskandar Date: Sun, 8 Mar 2026 14:05:55 +0100 Subject: [PATCH] Added amazing feature --- app/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/main.py b/app/main.py index ae8adc6..ed1aaac 100644 --- a/app/main.py +++ b/app/main.py @@ -50,4 +50,5 @@ async def get_item(item_id: int): if __name__ == "__main__": + print("Starting FastAPI GitOps Starter...") uvicorn.run(app, host="0.0.0.0", port=8000)