Skip to content

Commit 9044c06

Browse files
authored
blog: fix refine-dev-backend typo (#347)
1 parent 3ee33b3 commit 9044c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/refine-dev-backend/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Having the ORM instance enhanced with access control capabilities is great. We c
173173

174174
ZenStack makes it possible by providing a set of server adapters for popular Node.js frameworks. Using it with Next.js is easy. You'll only need to create an API route handler:
175175

176-
```ts title="src/app/model/[...path]/route.ts"
176+
```ts title="src/app/api/model/[...path]/route.ts"
177177
import { auth } from '@/auth';
178178
import { prisma } from '@/db';
179179
import { enhance } from '@zenstackhq/runtime';

0 commit comments

Comments
 (0)