diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 69b02e2..2f6a206 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -7,4 +7,4 @@ spring.mail.password= spring.mail.properties.mail.smtp.auth=false spring.mail.properties.mail.smtp.starttls.enable=false -cors.allowed-origin=http://silly-game-frontend-service.silly-game.svc.cluster.local \ No newline at end of file +cors.allowed-origin=http://silly-game-backend-service.silly-game.svc.cluster.local \ No newline at end of file