Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ createSuccessResponse
Function
createSuccessResponse
apps/sim/app/api/workflows/utils.ts:22–24 ·
view source on GitHub ↗
(data: any)
Source
from the content-addressed store, hash-verified
20
}
21
22
export
function
createSuccessResponse(data: any) {
23
return
NextResponse.json(data)
24
}
25
26
/**
27
* Checks whether a deployed workflow has changes that require redeployment.
Callers
8
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