Skip to content

Commit 2b0be58

Browse files
committed
♻️ chore: security에 cors허용
1 parent 76143d4 commit 2b0be58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/api/advanced_mobile/global/security/SecurityConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
2121
.cors(cors -> {})
2222
.authorizeHttpRequests(auth -> auth
2323
.requestMatchers(
24-
"/signup",
25-
"/login",
24+
"/api/signup",
25+
"/api/login",
2626

2727
"/v3/api-docs/**",
2828
"/swagger-ui/**",

0 commit comments

Comments
 (0)