From 2e8c6a7082ee4a830bccfb37aa18520486b96c86 Mon Sep 17 00:00:00 2001 From: Tadgh Date: Thu, 9 Jul 2020 11:23:25 -0700 Subject: [PATCH] Update property --- src/main/resources/hapi.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/hapi.properties b/src/main/resources/hapi.properties index 303553f..2d199d1 100644 --- a/src/main/resources/hapi.properties +++ b/src/main/resources/hapi.properties @@ -124,7 +124,7 @@ cors.enabled=true cors.allowCredentials=true # Supports multiple, comma separated allowed origin entries # cors.allowed_origin=http://localhost:8080,https://localhost:8080,https://fhirtest.uhn.ca -cors.allow_origin=* +cors.allowed_origin=* ################################################## # Allowed Bundle Types for persistence (defaults are: COLLECTION,DOCUMENT,MESSAGE)