Skip to content

Commit a1ac1b3

Browse files
committed
fix: 피드백 의미에 맞게 엔드포인트 추가변경
1 parent 02661b4 commit a1ac1b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/forink/forink/roadmap/api/RoadmapController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public ResponseEntity<Void> updateRoadmapIsChecked(@PathVariable final Long road
5858
return ResponseEntity.noContent().build();
5959
}
6060

61-
@PostMapping("/roadmapSteps/{roadmapStepId}")
61+
@PostMapping("/roadmapSteps/{roadmapStepId}/feedback")
6262
public ResponseEntity<Void> createRoadmapTypeFeedback(@PathVariable final Long roadmapStepId,
6363
@Valid @RequestBody final RoadmapTypeFeedbackRequest request,
6464
@LoginMember final Member member) {

0 commit comments

Comments
 (0)