Skip to content

Commit

Permalink
[#221] rename(HomeFindRequest): 요청 DTO 네이밍 구체화
Browse files Browse the repository at this point in the history
  • Loading branch information
hoonyworld committed Oct 1, 2024
1 parent 753e583 commit 96bd2c3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

import com.beat.domain.performance.domain.Genre;

public record HomeRequest(Genre genre) {
}
public record HomeFindRequest(Genre genre) {
}

0 comments on commit 96bd2c3

Please sign in to comment.