fix: image alpha error
This commit is contained in:
@@ -33,6 +33,7 @@ app = FastAPI(
|
||||
app.include_router(api_router, prefix=settings.api_prefix)
|
||||
|
||||
|
||||
|
||||
@app.get("/health")
|
||||
async def health_check():
|
||||
"""Health check endpoint."""
|
||||
|
||||
Reference in New Issue
Block a user