-
Notifications
You must be signed in to change notification settings - Fork 6
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
refactor : 이벤트 , 아이템 조회 공개 api #287
Conversation
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.
공개 API 확인입니다 LGTM 👍
.mvcMatchers(HttpMethod.GET, "/v1/events/*") | ||
.permitAll() | ||
.mvcMatchers(HttpMethod.GET, "/v1/events/*/ticketItems") | ||
.permitAll() |
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.
와일드 카드로 해두면 나중에 GET /events/뭐시기
같은거 추가하면 문제가 안 생기려나요
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.
LGTM
Kudos, SonarCloud Quality Gate passed! 0 Bugs |
개요
작업사항
변경로직