MCPcopy 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
89export 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

withAdminAuthFunction · 0.90
withAdminAuthParamsFunction · 0.90

Calls 1

errorResponseFunction · 0.70

Tested by

no test coverage detected