Skip to content

Commit

Permalink
v1.0.5 (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangwook02 authored Feb 27, 2024
2 parents f069a2e + b07e971 commit e5a7fa2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
.permitAll()
.requestMatchers("/gdsc-actuator/**")
.permitAll()
.requestMatchers("/onboarding/verify-email")
.permitAll()
.requestMatchers("/onboarding/**")
.authenticated()
.requestMatchers("/admin/**")
Expand Down

0 comments on commit e5a7fa2

Please sign in to comment.