Merge pull request #22 from hwanny1128/feat/notification-noti_request

add cors host
This commit is contained in:
Daewoong Jeon 2025-10-28 10:58:06 +09:00 committed by GitHub
commit 814d35a5bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ public class SecurityConfig {
private final JwtTokenProvider jwtTokenProvider;
@Value("${cors.allowed-origins:http://localhost:*}")
@Value("${cors.allowed-origins:http://localhost:*,http://hgzero.20.249.184.228.nip.io/*}")
private String allowedOrigins;
@Bean