Skip to content

Commit b649b10

Browse files
authored
Update next-js.mdx
1 parent 154e1a1 commit b649b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/getting-started/next-js.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This is all we need installed to create our first Queue!
3838
<Tabs>
3939
<TabItem value="app" label="App Router">
4040

41-
Create a new [Router Handler](https://nextjs.org/docs/app/building-your-application/routing/router-handlers) at `app/api/queues/email.js` and paste the following:
41+
Create a new [Router Handler](https://nextjs.org/docs/app/building-your-application/routing/router-handlers) at `app/api/queues/email/route.ts` and paste the following:
4242

4343
```typescript title="app/api/queues/email/route.ts"
4444
import { Queue } from "quirrel/next-app"

0 commit comments

Comments
 (0)