Skip to content

Commit

Permalink
MATE-124 : [FEAT] 경기 정보 조회 (마이팀 선택 - 상단 배너용) 인증 제외 추가 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
jooinjoo authored Dec 9, 2024
1 parent e872b07 commit 9ee0bbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ private boolean isMainPagePath(String requestURI) {
requestURI.startsWith("/api/mates/main") ||
requestURI.startsWith("/api/goods/main") ||
requestURI.startsWith("/api/teams/rankings") ||
requestURI.startsWith("/api/matches/team/") && requestURI.endsWith("/completed");
requestURI.startsWith("/api/matches/team/") && !requestURI.endsWith("/weekly");
}

// 액세스 토큰 유효성 검사
Expand Down

0 comments on commit 9ee0bbc

Please sign in to comment.