Skip to content

Commit ce4f169

Browse files
Merge pull request #513 from Podo-Store/develop
refactor: 결제 리다이렉트 설정
2 parents 1a572aa + 82df0be commit ce4f169

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/**"};
3131

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

0 commit comments

Comments
 (0)