feat(api): standardize REST contracts and auth
This commit is contained in:
@@ -78,7 +78,7 @@ async def resolve_project_context(
|
||||
)
|
||||
raise HTTPException(
|
||||
status_code=status.HTTP_503_SERVICE_UNAVAILABLE,
|
||||
detail=f"Metadata database error: {exc}",
|
||||
detail="Metadata database is unavailable",
|
||||
) from exc
|
||||
|
||||
return ProjectContext(
|
||||
|
||||
Reference in New Issue
Block a user