Skip to content

Commit

Permalink
!hotfix: http method 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
daeun084 committed Nov 17, 2024
1 parent 093a34e commit f918e02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class DiaryController {

private final DiaryService diaryService;

@GetMapping("/analysis")
@PostMapping("/analysis")
public ApiResponse<DiaryAnalysisResponse> getDiaryAnalysis(@RequestBody @Valid DiaryAnalysisRequest request) {
return ApiResponse.onSuccessData("일기 분석 성공", diaryService.analyzeDiary(request));
}
Expand Down

0 comments on commit f918e02

Please sign in to comment.