-
- Downloads
feat: add post endpoint and update swagger declaration to allow auth
parent
98e4254a
No related branches found
No related tags found
Showing
- src/app.module.ts 2 additions, 0 deletionssrc/app.module.ts
- src/main.ts 6 additions, 1 deletionsrc/main.ts
- src/posts/posts.controller.spec.ts 18 additions, 0 deletionssrc/posts/posts.controller.spec.ts
- src/posts/posts.controller.ts 38 additions, 0 deletionssrc/posts/posts.controller.ts
- src/posts/posts.module.ts 8 additions, 0 deletionssrc/posts/posts.module.ts
- src/posts/schemas/post.schema.ts 29 additions, 0 deletionssrc/posts/schemas/post.schema.ts
- src/users/users.controller.ts 9 additions, 1 deletionsrc/users/users.controller.ts
Loading
Please register or sign in to comment