Merge pull request #26 from ktds-dg0501/feature/partici

url추가
This commit is contained in:
kkkd-max 2025-10-29 17:54:02 +09:00 committed by GitHub
commit ab39c76585
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ import java.util.Arrays;
@EnableWebSecurity
public class SecurityConfig {
@Value("${cors.allowed-origins:http://localhost:*}")
@Value("${cors.allowed-origins:http://localhost:*,https://kt-event-marketing-api.20.214.196.128.nip.io/api/v1}")
private String allowedOrigins;
@Bean