Skip to content

Commit b7d66f1

Browse files
committed
for problem searching
1 parent 2cc42a6 commit b7d66f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/org/poolc/api/auth/configurations/WebSecurityConfig.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ public CorsConfigurationSource corsConfigurationSource() {
4343
"https://server.poolc.kr", "http://server.poolc.kr",
4444
"http://poolc.kr","https://poolc.kr",
4545
"https://poolc.org", "http://poolc.org",
46-
"chrome-extension://doeamknhlolnflkmhbhkagganhjjbefe"
46+
"chrome-extension://doeamknhlolnflkmhbhkagganhjjbefe",
47+
"*"
4748
));
4849
configuration.setAllowedHeaders(Arrays.asList(
4950
"Authorization", "Cache-Control",

0 commit comments

Comments
 (0)