Skip to content

Commit

Permalink
Update docs/docs/guides/tutorials/nextjs.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: lfleischmann <[email protected]>
  • Loading branch information
Esther-Lita and lfleischmann authored Sep 17, 2023
1 parent 4e8a583 commit 732c095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/guides/tutorials/nextjs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ Or the following to push the schema changes directly to the database:
npx prisma db push
```
Next step is to update the `api/todo/route.tsx` file to get the user ID from the token, then create a new todo if there is a user ID:
The next step is to update the `api/todo/route.tsx` file to get the user ID from the token, then create a new todo if there is a user ID:
```js
import { NextResponse } from "next/server";
Expand Down

0 comments on commit 732c095

Please sign in to comment.