Test CI/CD pipeline: add API version, update Login page
All checks were successful
Deploy to VPS / deploy (push) Successful in 26s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Carlos Escalante
2026-03-20 19:29:10 -06:00
parent 3b544f6a25
commit 48ffe3418a
2 changed files with 2 additions and 2 deletions

View File

@@ -35,4 +35,4 @@ app.include_router(api_router, prefix="/api/v1")
@app.get("/")
def read_root():
return {"message": "Welcome to Healthy Fit API"}
return {"message": "Welcome to Healthy Fit API", "version": "1.0.0"}