Skip to content

Commit

Permalink
Update webhooks.mdx (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
grutt authored Aug 20, 2024
1 parent fce101a commit 081c37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/docs/pages/home/features/webhooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ You will need to set up two environment variables:

### Next.js App Dir

```typescript filename="app/api/webhook.ts" copy
```typescript filename="app/api/webhook/route.ts" copy
import { Hatchet } from "@hatchet-dev/typescript-sdk";

const hatchet = Hatchet.init();
Expand Down

0 comments on commit 081c37a

Please sign in to comment.