Skip to content

Commit

Permalink
hotfix: updated endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
thguss committed Oct 19, 2024
1 parent ba2eae9 commit eaef3ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

@RestController
@RequiredArgsConstructor
@RequestMapping("/api/v2/diaries/{diaryId}")
@RequestMapping("/api/v2/diaries/{diaryId}/corrections")
public class CorrectionApi implements CorrectionApiDocs {
private final SmeemConverter smeemConverter;
private final CorrectionUseCase correctionUseCase;
Expand Down

0 comments on commit eaef3ee

Please sign in to comment.