-
Couldn't load subscription status.
- Fork 0
Temp main post #67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Temp main post #67
Conversation
…ctions from Repository
…-1000 character long
…ow be 1-1000 characters
…ver-team-4 into temp_main_post
|
|
||
| var response = new ResponseDTO<PostsSuccessDTOVol2> | ||
| var response = await postRepository.GetByIdWithIncludes(p => p.Include(a => a.Author) | ||
| .Include(c => c.Comments).ThenInclude(c => c.User) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
her you theninclude user, but not on the other ones.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okidoki -johan
updated post and comment endpoint and added likeEndpoint