Skip to content

Commit

Permalink
[FEAT #5] - 물건 팔기 POST API 구현 기능
Browse files Browse the repository at this point in the history
  • Loading branch information
JungYoonShin committed Apr 17, 2024
1 parent 741bb7b commit 526b452
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public static List<ValidationError> of(final BindingResult bindingResult){
.map(ValidationError::new)
.toList();
}

}

}

0 comments on commit 526b452

Please sign in to comment.