-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* refactor: comment API의 URI 수정 URI 상수 이름 변경 - COMMENTS_PATH -> COMMENTS_URI Path Variable 상수화 - momentId 상수화 : MOMENT_ID - commentId 상수화 : COMMENT_ID 댓글 수정, 삭제 API의 URI 수정 - Query String에서 Path Variable로 변경 - Path Variable로 commentId가 담긴 URI 상수 생성 : COMMENTS_URI_WITH_COMMENT_ID - URI의 v2는 추후 제거 예정 * refactor: CommentApiService 내 moment를 staccato로 변경 누락된 도메인명 수정 사항 반영 - MOMENT_ID -> STACCATO_ID - momentId -> staccatoId - 서버 측은 도메인명이 수정되지 않았으므로, 실제 URI 값은 변경하지 않음 * refactor: CommentRequest 내 moment를 staccato로 변경 누락된 도메인명 수정 사항 반영 - momentId -> staccatoId - 서버 측은 도메인명이 수정되지 않았으므로, SerialName 값은 변경하지 않음
- Loading branch information
1 parent
7730421
commit bc0a7ad
Showing
3 changed files
with
14 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters