Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ notConfiguredResponse
Function
notConfiguredResponse
apps/sim/app/api/v1/admin/responses.ts:89–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
87
}
88
89
export
function
notConfiguredResponse(): NextResponse {
90
return
errorResponse(
91
'NOT_CONFIGURED'
,
92
'Admin API is not configured. Set ADMIN_API_KEY environment variable.'
,
93
503
94
)
95
}
Callers
2
withAdminAuth
Function · 0.90
withAdminAuthParams
Function · 0.90
Calls
1
errorResponse
Function · 0.70
Tested by
no test coverage detected