File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
java/org/ezcode/codetest/presentation/game/play Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ public ResponseEntity<ItemGamblingResponse> gamblingForItem(
114114 }
115115 )
116116 @ ResponseMessage ("정상적으로 스킬 뽑기에 성공하였습니다." )
117- @ PostMapping ("/characters/skills/gambling " )
117+ @ PostMapping ("/characters/skills/gamble " )
118118 public ResponseEntity <SkillGamblingResponse > gamblingForSkill (
119119 @ AuthenticationPrincipal AuthUser authUser
120120 ) {
Original file line number Diff line number Diff line change @@ -889,7 +889,7 @@ <h3>📜 전투 로그</h3>
889889
890890 try {
891891 // 2) 요청 보내기
892- const res = await fetch ( '/api/games/characters/skills/gambling ' , {
892+ const res = await fetch ( '/api/games/characters/skills/gamble ' , {
893893 method : 'POST' ,
894894 headers : {
895895 'Content-Type' : 'application/json' ,
You can’t perform that action at this time.
0 commit comments