Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
fix: resourceType should match POST url (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssvegaraju authored Sep 9, 2022
1 parent 19f31ea commit 3419ab9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
"constructs": "^10.0.0",
"fhir-works-on-aws-authz-rbac": "5.0.0",
"fhir-works-on-aws-interface": "12.1.0",
"fhir-works-on-aws-routing": "6.6.1",
"fhir-works-on-aws-persistence-ddb": "3.12.0",
"fhir-works-on-aws-routing": "6.6.0",
"fhir-works-on-aws-search-es": "3.12.0",
"fs-extra": "^10.1.0",
"lodash": "^4.17.21",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6507,10 +6507,10 @@ [email protected]:
promise.allsettled "^1.0.2"
uuid "^3.4.0"

[email protected].0:
version "6.6.0"
resolved "https://registry.yarnpkg.com/fhir-works-on-aws-routing/-/fhir-works-on-aws-routing-6.6.0.tgz#bdae3ad4ffbbdbf66b5435e0fb18de017aa8fd96"
integrity sha512-2WCyd7hlmkJyp02rtyHDI/kQ19SHiKpOCtl4dtLPEe3CQIK1uICOfPeV0xSbiP96/qzuN60/uH4Yz3fL6VCDeA==
[email protected].1:
version "6.6.1"
resolved "https://registry.yarnpkg.com/fhir-works-on-aws-routing/-/fhir-works-on-aws-routing-6.6.1.tgz#f63763bdc28d8b3dcb70cadbee393b2d5cf49e57"
integrity sha512-50a/yZ23eVFtcH5NKW6V3lTI8BKaUC8pYM4N/g8dD+OhN7CYFCv0SV8mJe1jqI0uAKzkEs09zdCElQ+RLkX+pw==
dependencies:
"@types/cors" "^2.8.7"
"@types/express-serve-static-core" "^4.17.2"
Expand Down

0 comments on commit 3419ab9

Please sign in to comment.