Skip to content

Commit 1de345f

Browse files
ChingEnLinCopilot
andauthored
remove cors_allowed_origins from response
Co-authored-by: Copilot <[email protected]>
1 parent a5a335f commit 1de345f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

backend/main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,10 @@
4545

4646
@app.get("/health")
4747
async def health_check():
48-
"""Health check endpoint that also shows CORS configuration."""
48+
"""Health check endpoint."""
4949
return {
5050
"status": "healthy",
5151
"cors_production_mode": is_production,
52-
"cors_allowed_origins": allowed_origins,
5352
}
5453

5554

0 commit comments

Comments
 (0)