Skip to content

Commit

Permalink
chore: redirect uri localhost로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
h-beeen committed Mar 23, 2024
1 parent f4e9861 commit 8615199
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONFIG
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ interface InoculationRepository : JpaRepository<Inoculation, UUID> {
@Query("select distinct i " +
"from Inoculation i " +
"where i.member.id =: memberId")
fun findDistinctLatestInoculationsByMemberId(memberId: UUID): List<Inoculation>
fun findDistinctLatestInoculationsByMemberId(memberId: UUID): List<Inoculation>6
}

0 comments on commit 8615199

Please sign in to comment.