Skip to content

Commit

Permalink
πŸ› CORS 였λ₯˜ μˆ˜μ •
Browse files Browse the repository at this point in the history
- μ„œλΉ„μŠ€ μ½”λ“œλ₯Ό μˆ˜μ •ν•˜μ˜€μŠ΅λ‹ˆλ‹€.
  • Loading branch information
Ganghee-Lee-0522 committed Jan 12, 2024
1 parent 3d7aba8 commit ecff178
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ public Member refreshHeight(Member member, Long diff, Long newHeight) {
@Transactional
public Long refreshSnowflake(Member member) {

/*
// κ°±μ‹ λœ λˆˆμ†‘μ΄
Long newSnowflake = 0L;
// λˆˆμ‚¬λžŒ ν‚€
Expand Down Expand Up @@ -185,5 +186,9 @@ public Long refreshSnowflake(Member member) {
member = refreshHeight(member, (-1)*decre, newHeight);
return newSnowflake;
*/

return 50L;
}
}

0 comments on commit ecff178

Please sign in to comment.