diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 3f95979..f39f4a6 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -7,6 +7,6 @@ spring.mail.password= spring.mail.properties.mail.smtp.auth=false spring.mail.properties.mail.smtp.starttls.enable=false -cors.allowed-origin=http://silly-game-backend-service.silly-game.svc.cluster.local +cors.allowed-origin=* server.servlet.context-path=/silly-game-api \ No newline at end of file