Skip to content

Commit 33b79cc

Browse files
committed
be
1 parent f8d85eb commit 33b79cc

File tree

2 files changed

+1
-26
lines changed

2 files changed

+1
-26
lines changed

.env.example

Lines changed: 0 additions & 25 deletions
This file was deleted.

backend/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ async def log_requests_middleware(request: Request, call_next):
132132
# Include the sandbox router with a prefix
133133
app.include_router(sandbox_api.router, prefix="/api")
134134

135-
@app.get("/api/")
135+
@app.get("/api/health")
136136
async def health_check():
137137
"""Health check endpoint to verify API is working."""
138138
logger.info("Health check endpoint called")

0 commit comments

Comments
 (0)