Skip to content

Commit 0ce501b

Browse files
committed
docs: fix getting staretd sveltekit missing folder
1 parent 1e0297d commit 0ce501b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/docs/getting-started/sveltekit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ We'll dive deeper into workflows, steps, and other ways to suspend or handle eve
188188

189189
To invoke your new workflow, we'll have to add your workflow to a `POST` API route handler, `src/routes/api/signup/+server.ts` with the following code:
190190

191-
```typescript title="src/routes/api/+server.ts"
191+
```typescript title="src/routes/api/signup/+server.ts"
192192
import { start } from "workflow/api";
193193
import { handleUserSignup } from "../../../../workflows/user-signup";
194194
import { json, type RequestHandler } from "@sveltejs/kit";

0 commit comments

Comments
 (0)