Skip to content

Commit

Permalink
[refactor] : 어노테이션 파라미터 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hyun2371 committed Aug 17, 2024
1 parent 71f306f commit c05869c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class InteractionController {

@PostMapping("/api/question-posts/{questionPostId}/activated")
public ResponseEntity<InteractionResponse> activateInteraction(
@PathVariable Long questionPostId,
@PathVariable("questionPostId") Long questionPostId,
@RequestParam String type,
@AuthenticationPrincipal Member member
) {
Expand Down

0 comments on commit c05869c

Please sign in to comment.