Skip to content

Commit

Permalink
refactor: problem_comment url 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
pjm2571 committed Oct 24, 2024
1 parent b714411 commit 6f725ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class ProblemCommentController {

private final ProblemCommentService problemCommentService;

@PostMapping("/problem_comment/")
@PostMapping("/problem_comment")
public ResponseEntity<?> createProblemComment(
@RequestBody ProblemCommentCreateRequest request) {

Expand Down

0 comments on commit 6f725ce

Please sign in to comment.