-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
세미나 출석체크 구현 및 운영서버 에러 메세지 수정 #135
Conversation
private final AdminMemberService adminMemberService; | ||
private final DiscordClient discordClient; | ||
|
||
@GetMapping("members") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
adminController 니깐 admin/members가 더 좋지 않을까요? 아래 api들도 api/admin/...이 좋아보입니다
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
타임리프 바로 띄워서 사용하는거라 로그인 없이 쓸려고 admin prefix 안 붙였습니다
그럼 로그인 페이지까지 만들어야해서 ...
private final DiscordClient discordClient; | ||
|
||
@GetMapping("members") | ||
public String getHtml(Model model) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
admin 페이지니깐 @TokenMember와 어드민 권한 검증이 필요해보입니다
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
위와 같은 이유입니다
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
넵 알겠습니다! 고생하셨습니다~
🔎 작업 내용
To Reviewers 📢
체크 리스트
➕ 관련 이슈