Skip to content

Commit

Permalink
feat: get 으로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jimin3263 committed Aug 25, 2024
1 parent 285421e commit bca9fa3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class CategoryShareController(
) {
@KakaoAuth
@Operation(summary = "포킷 공유 후 callback API")
@PostMapping("/callback")
@GetMapping("/callback")
fun completeShare(
@RequestParam("categoryId") categoryId: Long,
): ResponseEntity<Unit> {
Expand Down

0 comments on commit bca9fa3

Please sign in to comment.