From 48ffe3418aba7abd6dd7d022c0507aff1d13dce4 Mon Sep 17 00:00:00 2001 From: Carlos Escalante Date: Fri, 20 Mar 2026 19:29:10 -0600 Subject: [PATCH] Test CI/CD pipeline: add API version, update Login page Co-Authored-By: Claude Opus 4.6 (1M context) --- backend/app/main.py | 2 +- frontend/src/pages/Login.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/app/main.py b/backend/app/main.py index 5830a20..5c8bb83 100644 --- a/backend/app/main.py +++ b/backend/app/main.py @@ -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"} diff --git a/frontend/src/pages/Login.tsx b/frontend/src/pages/Login.tsx index 6096454..8b51561 100644 --- a/frontend/src/pages/Login.tsx +++ b/frontend/src/pages/Login.tsx @@ -26,7 +26,7 @@ const Login = () => { return (
- HealthyFit Login + 🍗 HealthyFit Login 🏋🏽‍♂️ {error && {error}}