We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72bd020 + f078864 commit 44aac7bCopy full SHA for 44aac7b
content/recipes/prisma.md
@@ -434,8 +434,8 @@ import {
434
Put,
435
Delete,
436
} from '@nestjs/common';
437
-import { UsersService } from './users.service';
438
-import { PostsService } from './posts.service';
+import { UsersService } from './user.service';
+import { PostsService } from './post.service';
439
import { User as UserModel, Post as PostModel } from '@prisma/client';
440
441
@Controller()
0 commit comments