-
- Downloads
feat: Add endpoints for reviewsystem (#31)
parent
2148cd4d
No related branches found
No related tags found
Showing
- client/src/app/models/post.model.ts 23 additions, 1 deletionclient/src/app/models/post.model.ts
- client/src/app/posts/post-details/post-details.component.html 10 additions, 2 deletions...nt/src/app/posts/post-details/post-details.component.html
- client/src/app/posts/post-details/post-details.component.scss 1 addition, 1 deletion...nt/src/app/posts/post-details/post-details.component.scss
- client/src/app/posts/post-details/post-details.component.ts 44 additions, 3 deletionsclient/src/app/posts/post-details/post-details.component.ts
- client/src/app/posts/post-list/post-list.component.html 0 additions, 1 deletionclient/src/app/posts/post-list/post-list.component.html
- client/src/app/posts/post-list/post-list.component.ts 1 addition, 1 deletionclient/src/app/posts/post-list/post-list.component.ts
- client/src/app/posts/post.service.ts 26 additions, 0 deletionsclient/src/app/posts/post.service.ts
- client/src/app/users/user.service.ts 36 additions, 1 deletionclient/src/app/users/user.service.ts
- server/src/controllers/postController/index.ts 43 additions, 6 deletionsserver/src/controllers/postController/index.ts
- server/src/models/post.ts 1 addition, 0 deletionsserver/src/models/post.ts
Loading
Please register or sign in to comment