Skip to content

Commit

Permalink
fix: members/point -> attendances/point 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
shkisme committed Oct 13, 2023
1 parent 578e457 commit a3ca23f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class WebMvcConfiguration implements WebMvcConfigurer {
private final LoginMemberArgumentResolver loginMemberArgumentResolver;
private final AttendanceInterceptor attendanceInterceptor;

private static final String[] ATTENDANCE_PATH = {"/posts/trend", "/members/point-rank", "/members/point"};
private static final String[] ATTENDANCE_PATH = {"/posts/trend", "/members/point-rank", "/attendances/point"};

@Override
public void addArgumentResolvers(List<HandlerMethodArgumentResolver> resolvers) {
Expand Down

0 comments on commit a3ca23f

Please sign in to comment.