fix(backend): fixed cors error on build dev environment
This commit is contained in:
parent
f4b203cec5
commit
cbfde17217
@ -12,7 +12,7 @@ spring:
|
||||
jwt:
|
||||
secret: dev-only-secret-do-not-use-in-production-2025
|
||||
app:
|
||||
cors-origins: http://localhost:4200
|
||||
cors-origins: http://localhost:4200,https://preview.coolify.mueller-dev.com
|
||||
eda:
|
||||
simulation:
|
||||
consent-delay-ms: 3000
|
||||
|
||||
Loading…
Reference in New Issue
Block a user