MCPcopy Index your code
hub / github.com/simstudioai/sim / workflowNotFoundResponse

Function workflowNotFoundResponse

apps/sim/app/api/v1/workflows/utils.ts:5–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3import { type RateLimitResult, validateWorkspaceAccess } from '@/app/api/v1/middleware'
4
5function workflowNotFoundResponse(): NextResponse {
6 return NextResponse.json({ error: 'Workflow not found' }, { status: 404 })
7}
8
9/**
10 * Resolves the target workflow for a v1 deployment mutation: loads the active

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected