Skip to content

Commit

Permalink
fix: CreateFilterUsecase path 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
capDoYeonLee committed Jul 23, 2024
1 parent 4362cd1 commit 2c6f0f8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
import com.example.demo.common.presentation.response.MessageCode;
import com.example.demo.filter.application.dto.CreateFilterRequest;
import com.example.demo.filter.application.dto.CreateFilterResponse;
import com.example.demo.schedule.application.dto.CreateScheduleResponse;
import com.example.demo.schedule.application.usecase.CreateFilterUsecase;
import com.example.demo.filter.application.usecase.CreateFilterUsecase;
import lombok.RequiredArgsConstructor;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.PostMapping;
Expand Down

0 comments on commit 2c6f0f8

Please sign in to comment.