Skip to content

Commit

Permalink
edit : 콜백 api 수정 (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlswns2480 authored Aug 28, 2024
1 parent 1211896 commit c03b808
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 c03b808

Please sign in to comment.