Skip to content

Commit

Permalink
📝 SecurityConfig 에 오늘의 환경 정보 불러오기 api 권한 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
uuuuuuuk committed Dec 15, 2023
1 parent 2f0081f commit 6b98891
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ class SecurityConfig(
.antMatchers(HttpMethod.POST, "/notification/save/{deviceToken}").authenticated()
.antMatchers(HttpMethod.GET, "/notification/{id}").authenticated()

.antMatchers(HttpMethod.GET, "/environment").authenticated()

.anyRequest().denyAll()
.and()
.exceptionHandling()
Expand Down

0 comments on commit 6b98891

Please sign in to comment.