Skip to content

Commit fc25bbd

Browse files
Merge pull request #467 from Podo-Store/develop
fix: 결제 로직 인증 해제
2 parents 128ce3a + 3271d6f commit fc25bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/PodoeMarket/podoemarket/common/config/WebConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
public class WebConfig implements WebMvcConfigurer {
2828
private final JwtAuthenticationFilter jwtAuthenticationFilter;
2929
private final String[] swaggerPath = {"/swagger-ui/**", "/v3/api-docs/**", "/swagger-resources/**", "/error"};
30-
private final String[] permitPath = {"/", "/auth/**", "/scripts/**", "/user/**", "/mailLogo.png", "/api/**", "/admin/**", "/introduce/**"};
30+
private final String[] permitPath = {"/", "/auth/**", "/scripts/**", "/user/**", "/mailLogo.png", "/api/**", "/admin/**", "/introduce/**", "/order/return"};
3131

3232
@Bean
3333
public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {

0 commit comments

Comments
 (0)