Skip to content

Commit fccaac8

Browse files
committed
fix: url path 수정
1 parent 7d261c5 commit fccaac8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/bitnagil/bitnagil_backend/routineV2/controller/RoutineV2Controller.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public CustomResponseDto<Object> registerRoutine(@CurrentUser User user, @Reques
4848
}
4949

5050
// 루틴 당일(오늘)만 삭제하는 API 입니다.
51-
@DeleteMapping("/{routineId}")
51+
@DeleteMapping("/day/{routineId}")
5252
public CustomResponseDto<Object> deleteRoutineByDay(@CurrentUser User user, @PathVariable Long routineId) {
5353
routineV2Service.deleteRoutineByDay(user, routineId);
5454

0 commit comments

Comments
 (0)