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 894e698 + baac8e1 commit f078864Copy full SHA for f078864
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