Skip to content

Commit bcf3bf3

Browse files
committed
🐛 Import 에러 수정
1 parent 58ae9f9 commit bcf3bf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/example/graduate/global/config/CorsConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
import org.springframework.context.annotation.Bean;
44
import org.springframework.context.annotation.Configuration;
55
import org.springframework.web.cors.CorsConfiguration;
6-
import org.springframework.web.cors.reactive.CorsConfigurationSource;
7-
import org.springframework.web.cors.reactive.UrlBasedCorsConfigurationSource;
6+
import org.springframework.web.cors.CorsConfigurationSource;
7+
import org.springframework.web.cors.UrlBasedCorsConfigurationSource;
88

99
import java.util.List;
1010

0 commit comments

Comments
 (0)