Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/simstudioai/sim
/ singleResponse
Function
singleResponse
apps/sim/app/api/v1/admin/responses.ts:30–32 ·
view source on GitHub ↗
(data: T)
Source
from the content-addressed store, hash-verified
28
* Create a successful single resource response
29
*/
30
export
function
singleResponse<T>(data: T): NextResponse<AdminSingleResponse<T>> {
31
return
NextResponse.json({ data })
32
}
33
34
/**
35
* Create an error response
Callers
15
route.ts
File · 0.90
route.ts
File · 0.90
route.ts
File · 0.90
route.ts
File · 0.90
route.ts
File · 0.90
route.ts
File · 0.90
route.ts
File · 0.90
route.ts
File · 0.90
route.ts
File · 0.90
route.ts
File · 0.90
route.ts
File · 0.90
route.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected