File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/org/withtime/be/withtimebe/domain/date/controller/query Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public class DateQueryController {
3131 @ ApiResponse (responseCode = "404" , description = "DATE_COURSE404_1 : 해당하는 데이트 코스를 찾을 수 없습니다." )
3232 })
3333 @ SwaggerPageable
34- @ PostMapping ("/" )
34+ @ GetMapping ("/" )
3535 public DefaultResponse <DateResponseDTO .DateCourseList > findDateCourses (
3636 @ PageableDefault (page = 0 , size = 10 ) Pageable pageable ,
3737 @ RequestBody DateRequestDTO .DateCourseSearchCond dateCourseSearchCond
@@ -48,7 +48,7 @@ public DefaultResponse<DateResponseDTO.DateCourseList> findDateCourses(
4848 description = "해당 코스를 찾을 수 없습니다" )
4949 })
5050 @ SwaggerPageable
51- @ PostMapping ("/bookmarks" )
51+ @ GetMapping ("/bookmarks" )
5252 public DefaultResponse <DateResponseDTO .DateCourseList > findDateCourseBookmark (
5353 @ PageableDefault (page = 0 , size = 10 ) Pageable pageable ,
5454 @ RequestBody DateRequestDTO .DateCourseSearchCond dateCourseSearchCond ,
You can’t perform that action at this time.
0 commit comments