-
Notifications
You must be signed in to change notification settings - Fork 3
feat(api): [write | emailConfirmation] rest API endpoint for ApproveEmailConfirmation (#287) #367
feat(api): [write | emailConfirmation] rest API endpoint for ApproveEmailConfirmation (#287) #367
Conversation
…issue-287-_Write_EmailConfirmation_REST_API_endpoint_for_ApproveEmailConfirmation
…issue-287-_Write_EmailConfirmation_REST_API_endpoint_for_ApproveEmailConfirmation
|
This pull request is being automatically deployed with Vercel (learn more). coderscamp-storybook – ./🔍 Inspect: https://vercel.com/coderscamp/coderscamp-storybook/9cx8M6JK5xqwRPYJXdAe2mrrGg28 coderscamp-website – ./🔍 Inspect: https://vercel.com/coderscamp/coderscamp-website/FivhmHGBvzL6YxdRZ6z6myqwDnTJ coderscamp-docs – ./🔍 Inspect: https://vercel.com/coderscamp/coderscamp-docs/STvQudxjD9UQh1rGN1KdfogzvfDL |
…issue-287-_Write_EmailConfirmation_REST_API_endpoint_for_ApproveEmailConfirmation
Codecov Report
@@ Coverage Diff @@
## main #367 +/- ##
==========================================
+ Coverage 87.86% 88.25% +0.39%
==========================================
Files 130 138 +8
Lines 1491 1558 +67
Branches 195 204 +9
==========================================
+ Hits 1310 1375 +65
- Misses 181 183 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
.../src/module/write/email-confirmation/presentation/rest/email-confirmation.rest-controller.ts
Show resolved
Hide resolved
MateuszNaKodach
left a comment
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.
Implementation looks really great!
Let's add some tests and REST API docs for that :)
Closes #287