diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index cc22de9..918a382 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -16,7 +16,7 @@ server: servlet: session: cookie: - same-site: lax + same-site: none port: ${PORT} spring: @@ -63,4 +63,4 @@ spring: properties: hibernate: dialect: org.hibernate.dialect.PostgreSQLDialect - format_sql: true \ No newline at end of file + format_sql: true