Skip to content

Commit

Permalink
[FIX] AUTH WHITELIST api path 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
unanchoi committed Jan 13, 2024
1 parent 3169ae1 commit dc6b9b6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import com.startlion.startlionserver.config.jwt.CustomJwtAuthenticationEntryPoint;
import com.startlion.startlionserver.config.jwt.JwtAuthenticationFilter;
import lombok.RequiredArgsConstructor;
import org.springframework.boot.autoconfigure.security.servlet.PathRequest;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
Expand Down Expand Up @@ -35,7 +34,7 @@ public class SecurityConfig {
"/login",
"/application",
"/api/interviews/**",
"/api/parts/**",
"/api/part/**",

"/swagger-resources/**",
"/favicon.ico",
Expand Down

0 comments on commit dc6b9b6

Please sign in to comment.