feat : cors추가

This commit is contained in:
lsh9672 2025-06-19 11:08:04 +09:00
parent 969267fafa
commit 865d26f5dd

View File

@ -20,7 +20,7 @@ import java.util.List;
@Configuration
public class CorsConfig implements WebMvcConfigurer {
@Value("${app.cors.allowed-origins:http://20.214.126.84,http://localhost:3000}")
@Value("${app.cors.allowed-origins:http://20.214.126.84,http://20.249.137.20,http://localhost:3000}")
private String allowedOrigins;
@Value("${app.cors.allowed-methods:GET,POST,PUT,DELETE,OPTIONS}")