Skip to content

Conversation

@0gonge
Copy link
Collaborator

@0gonge 0gonge commented Feb 7, 2023

No description provided.

Comment on lines 28 to 33
@GetMapping("/api/schedule/getScheduleList")
public List<ScheduleDTO> getScheduleList(
@RequestParam Long userId
) {
return scheduleService.getScheduleList(userId);
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

userId는 userService의 getUser 메서드 이용하시면 얻을 수 있어서 굳이 안받아도 되고
getScheduleList에서는 년과 월을 입력받아서 해당하는 달의 스케줄 리스트를 반환해야 합니다

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants