Merge branch 'master' of github.com:hapifhir/hapi-fhir-jpaserver-starter

This commit is contained in:
James Agnew
2019-06-10 05:25:58 -07:00
4 changed files with 50 additions and 32 deletions

View File

@@ -190,6 +190,7 @@ public class JpaRestfulServer extends RestfulServer {
config.addAllowedHeader("Accept");
config.addAllowedHeader("X-Requested-With");
config.addAllowedHeader("Content-Type");
config.addAllowedHeader("Prefer");
config.addAllowedOrigin(HapiProperties.getCorsAllowedOrigin());

View File

@@ -2,7 +2,7 @@
# Adjust this to set the version of FHIR supported by this server. See
# FhirVersionEnum for a list of available constants. Example values include
# DSTU2, DSTU3, R4.
fhir_version=DSTU3
fhir_version=R4
# This is the address that the FHIR server will report as its own address.
# If this server will be deployed (for example) to an internet accessible