diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index e494ca8..60797ac 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -28,4 +28,5 @@ quarkus.redis.hosts=redis://redis:6379 quarkus.http.cors=true quarkus.http.origins=http://localhost:8084 quarkus.http.cors.methods=GET,PUT,POST -quarkus.http.cors.headers=accept,authorization,content-type,x-requested-with,x-foobar \ No newline at end of file +quarkus.http.cors.headers=accept,authorization,content-type,x-requested-with,x-foobar +quarkus.http.cors.access-control-allow-credentials=true \ No newline at end of file