Skip to content

Commit

Permalink
fix: 응답 변수명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
AnTaeho committed Dec 5, 2024
1 parent 973f5d7 commit 939dd41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

public record ArchiveListResponse(
List<ArchiveSimpleResponse> archives,
SliceInfo slice
SliceInfo meta
) {
}
4 changes: 2 additions & 2 deletions src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
username: root
password: 8112
url: jdbc:mysql://localhost:3306/final_project
password: an902318
url: jdbc:mysql://localhost:3306/palette

jpa:
hibernate:
Expand Down

0 comments on commit 939dd41

Please sign in to comment.