mirror of
https://github.com/escalante29/healthy-fit.git
synced 2026-03-21 12:28:46 +01:00
Test CI/CD pipeline: add API version, update Login page
All checks were successful
Deploy to VPS / deploy (push) Successful in 26s
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:
@@ -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"}
|
||||
|
||||
Reference in New Issue
Block a user