Skip to content

Commit

Permalink
Merge branch 'develop' into feat/#16-invite_code_onboarding_info
Browse files Browse the repository at this point in the history
  • Loading branch information
jun02160 authored Jul 10, 2023
2 parents 90c349d + 5f99abd commit f516fbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public interface ParentchildRepository extends Repository<Parentchild, Long> {




// UPDATE

// DELETE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public enum SuccessType {
MATCH_PARENT_CHILD_SUCCESS(HttpStatus.OK, "부모자식 관계 매칭에 성공했습니다."),



/**
* 201 CREATED
*/
Expand Down

0 comments on commit f516fbf

Please sign in to comment.