Skip to content

Commit

Permalink
fix: SSE 구독 엔드포인트 권한 설정 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
park0jae committed Mar 7, 2024
1 parent 0237b5f commit bfbeb76
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ private RequestMatcher[] requestPermitAll() {
antMatcher("/to/**"),
antMatcher("/api/v1/auth/login/**"),
antMatcher("/api/v1/auth/guest"),
antMatcher("/api/v1/members/sign-up")
antMatcher("/api/v1/members/sign-up"),
antMatcher("/api/v1/sse")
);
return requestMatchers.toArray(RequestMatcher[]::new);
}
Expand Down

0 comments on commit bfbeb76

Please sign in to comment.