Skip to content

Commit

Permalink
release: 0.6.6 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
devxb authored Oct 22, 2024
2 parents dcac85f + e06b401 commit 0da40f3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/api/gotcha/gotcha.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,10 @@ pet을 뽑기 할 수 있습니다.
]
}
```

### 400 error
- 포인트가 부족할 경우 발생 가능
- 요청 이상

### 500 error
- 서버 이슈
6 changes: 6 additions & 0 deletions src/main/kotlin/org/gitanimals/auction/domain/PersonaType.kt
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,10 @@ enum class PersonaType {
SLOTH_KING,
SLOTH_SUNGLASSES,
TURTLE,
SLIME_PUMPKIN_1,
SLIME_PUMPKIN_2,
GHOST,
GHOST_KING,
SCREAM,
SCREAM_GHOST,
}

0 comments on commit 0da40f3

Please sign in to comment.