Skip to content

Commit

Permalink
Merge pull request #85 from SWEET-DEVELOPERS/feature/#84-opengraph
Browse files Browse the repository at this point in the history
[fix] opengraph api ๋ฉ”์†Œ๋“œ ๋ณ€๊ฒฝ
  • Loading branch information
ziiyouth authored Jan 17, 2024
2 parents 25fecde + e82b4f8 commit 40d4fdc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class OpengraphController implements OpengraphAPI {
private final OpengraphService opengraphService;

@ResponseBody
@GetMapping
@PostMapping
public ResponseEntity<SuccessResponse<?>> getOpenGraph(@RequestBody OpengraphRequestDto opengraphRequestDto) {
OpengraphResponseDto opengraphResponseDto = opengraphService.getData(opengraphRequestDto);
return SuccessResponse.ok(opengraphResponseDto);
Expand Down

0 comments on commit 40d4fdc

Please sign in to comment.