Skip to content

Commit

Permalink
Feat: Add address query
Browse files Browse the repository at this point in the history
  • Loading branch information
Minjae-vincent committed Jul 16, 2024
1 parent e6545ca commit 3f78af2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public ApiResponse<List<InfraDTO>> infraList() {
return ApiResponse.onSuccess(jeonseService.getInfraList());
}

@GetMapping("/recommend")
@PostMapping("/recommend")
public ApiResponse<List<JeonseCheckList>> recommend(@RequestBody RecommendRequest recommendRequest) {
return ApiResponse.onSuccess(jeonseService.recommendJeonse(recommendRequest));
}
Expand Down

0 comments on commit 3f78af2

Please sign in to comment.