Skip to content

Commit

Permalink
๐Ÿ› [Fix] matching SUCCESS internal API endpoint ๋ณ€๊ฒฝ
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunjin3395 committed Oct 14, 2024
1 parent 62be445 commit c7072fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public ApiResponse<MatchingResponse.matchingFoundResponseDTO> matchingFound(

}

@PatchMapping("/{memberId}/success/target/{targetMemberId}/{gameMode}")
@PatchMapping("/{memberId}/matching/success/target/{targetMemberId}/{gameMode}")
@Parameter(name = "targetMemberId", description = "๋งค์นญ ์ƒ๋Œ€ ํšŒ์›์˜ id ์ž…๋‹ˆ๋‹ค.")
@Operation(summary = "๋งค์นญ SUCCESS API", description = "๋‚˜์™€ ํŠน์ • ์ƒ๋Œ€ ํšŒ์›์˜ ๋งค์นญ ๊ธฐ๋ก ์ƒํƒœ๋ฅผ SUCCESS ์ƒํƒœ๋กœ ๋ณ€๊ฒฝํ•˜๊ณ , ์ฑ„ํŒ…๋ฐฉ์„ ์‹œ์ž‘ํ•ด uuid๋ฅผ ๋ฆฌํ„ดํ•˜๋Š” API ์ž…๋‹ˆ๋‹ค.")
public ApiResponse<String> matchingSuccess(
Expand Down

0 comments on commit c7072fd

Please sign in to comment.