We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d50da commit a3a492cCopy full SHA for a3a492c
src/main/java/ca/uhn/fhir/jpa/starter/AppProperties.java
@@ -107,7 +107,6 @@ public class AppProperties {
107
private Integer pre_expand_value_sets_max_count = 1000;
108
private Integer maximum_expansion_size = 1000;
109
110
-
111
public List<String> getCustomInterceptorClasses() {
112
return custom_interceptor_classes;
113
}
@@ -733,8 +732,6 @@ public void setMaximum_expansion_size(Integer maximum_expansion_size) {
733
732
this.maximum_expansion_size = maximum_expansion_size;
734
735
736
737
738
public static class Cors {
739
private Boolean allow_Credentials = true;
740
private List<String> allowed_origin = List.of("*");
0 commit comments