From 8caa8e6b31c46e205b0179024e080e2aac81c162 Mon Sep 17 00:00:00 2001 From: dongli Date: Sun, 10 Aug 2025 18:21:39 -0700 Subject: [PATCH] Add dummy change to trigger ci/cd --- apps/devops/app/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/devops/app/main.py b/apps/devops/app/main.py index 559d7ed..1bfc3d4 100644 --- a/apps/devops/app/main.py +++ b/apps/devops/app/main.py @@ -13,4 +13,5 @@ async def root(): if __name__ == "__main__": import uvicorn + print("Starting FastAPI server...") uvicorn.run("main:app", host=site_settings.SERVER_HOST, port=site_settings.SERVER_PORT, reload=True) \ No newline at end of file