Skip to content

Commit

Permalink
fix: 공지사항 목록 조회 API 토큰 없이 접근 가능하도록 변경 (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeeeyeon committed Sep 11, 2024
1 parent 667417b commit f51e2d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
"/api/v1/auth/token/kakao/**",
"/api/v1/admin/design/profiles",
"/api/v1/admin/branch",
"/api/v1/admin/notices/web/**",
"/api/v1/admin/notices/**",
"/api/v1/auth/sign-up",
"/api/v1/auth/sign-in/**",
"/api/v1/auth/reissue",
Expand Down

0 comments on commit f51e2d0

Please sign in to comment.