diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 5b28caa..ead4f19 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -81,4 +81,7 @@ ai.openai.apiKey=sk-proj-1bTsaJ4hcTuLBQ5tUdM6RCerBjfmHrME7ar_JXTawtn-dGzGsiAhMno ai.openai.model=gpt-4.1-mini ai.enrichment.provider=openai -spring.jackson.serialization.fail-on-empty-beans=false \ No newline at end of file +spring.jackson.serialization.fail-on-empty-beans=false + +# looking for a fix to the http & https CORS issue +server.forward-headers-strategy=framework \ No newline at end of file