Skip to content

Commit

Permalink
Allow Base URL POST requests
Browse files Browse the repository at this point in the history
  • Loading branch information
ndegwamartin committed Jul 28, 2023
1 parent ddd8d9e commit af09751
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion exec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.google.fhir.gateway</groupId>
<artifactId>fhir-gateway</artifactId>
<version>0.1.31</version>
<version>0.1.32</version>
</parent>

<artifactId>exec</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
implementations do not have to do this; they can redeclare those deps. -->
<groupId>com.google.fhir.gateway</groupId>
<artifactId>fhir-gateway</artifactId>
<version>0.1.31</version>
<version>0.1.32</version>
</parent>

<artifactId>plugins</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>com.google.fhir.gateway</groupId>
<artifactId>fhir-gateway</artifactId>
<version>0.1.31</version>
<version>0.1.32</version>
<packaging>pom</packaging>

<name>FHIR Information Gateway</name>
Expand Down
2 changes: 1 addition & 1 deletion resources/hapi_page_url_allowed_queries.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"_getpages": "ANY_VALUE"
},
"allowExtraParams": true,
"allParamsRequired": true
"allParamsRequired": false
},
{
"path": "Composition",
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.google.fhir.gateway</groupId>
<artifactId>fhir-gateway</artifactId>
<version>0.1.31</version>
<version>0.1.32</version>
</parent>

<artifactId>server</artifactId>
Expand Down

0 comments on commit af09751

Please sign in to comment.