Skip to content

Commit

Permalink
Merge pull request #379 from softeerbootcamp-2nd/feat/creat-quote
Browse files Browse the repository at this point in the history
[REFACTOR] #370 : 주석제거
  • Loading branch information
dydwo0740 authored Aug 21, 2023
2 parents 863eb8d + bf7588f commit f53f5cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public List<BoughtCarDto> boughtCarDtos() {
@ApiResponses(value = {
@ApiResponse(responseCode = "200", description = "조회 성공", content = @Content(schema = @Schema(implementation = QuoteInfoDto.class))),
})
@GetMapping("/infos/shares")
@PostMapping("/infos/shares")
public QuoteInfoDto boughtCarDtos(@Parameter(description = "선택한 id 리스트") @RequestBody QuoteIdList idList) {
return service.findShareInfoDto(idList);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@Service
public class RecommendService {

//@Value("${python.url}")
@Value("${python.url}")
private String requestURL;

//TODO: 응답 존재 안할 시 예외처리
Expand Down

0 comments on commit f53f5cf

Please sign in to comment.