-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Feat] - email task selection remove #57
Conversation
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.
고생하셨습니다! API Entry에 대해서는 아래 코멘트 남겼어요!
|
||
//when | ||
ResultActions result = mockMvc.perform( | ||
RestDocumentationRequestBuilders.delete("/api/v1/emails/?emailIds=1&emailIds=2") |
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.
/api/v1/emails/?emailIds=1&emailIds=2
와 /api/v1/emails?emailIds=1&imailIds=2
가 동일했었죠? 그렇다면 좋은 것 같습니다! 만약 둘이 다르게 처리된다면 trailing slash가 없는게 더 좋지 않을가 생각해요 :)
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.
넵 반영하겠슴돠
…' into feat/email-task-selection-remove # Conflicts: # src/test/java/gdsc/konkuk/platformcore/controller/email/EmailControllerTest.java
Quality Gate passedIssues Measures |
작업내역
확인해주세요
인데 의견 주세요~