Skip to content

Commit

Permalink
Merge pull request #79 from jwade1327/cases-api
Browse files Browse the repository at this point in the history
Reduce total Cases being returned to 1 for DrB & AM - LFTE
  • Loading branch information
Shinsina authored Jun 12, 2024
2 parents 8d606ff + 6be533e commit b759f19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tenants/all/templates/am-lfte.marko
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ $ const resolvedToNodesConverter = ({ resolved }) => (resolved.map((node) => ({
/>

<common-external-api-block
api-url="https://my.auntminnie.com/wp-json/mo/v1/getCase/3"
api-url="https://my.auntminnie.com/wp-json/mo/v1/getCase/1"
resolved-to-nodes-converter=resolvedToNodesConverter
name="Cases of the Week"
description="Check out our Case of the Week!"
Expand Down
2 changes: 1 addition & 1 deletion tenants/all/templates/drb-lfte.marko
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ $ const resolvedToNodesConverter = ({ resolved }) => (resolved.map((node) => ({
/>

<common-external-api-block
api-url="https://my.drbicuspid.com/wp-json/mo/v1/getCase/3"
api-url="https://my.drbicuspid.com/wp-json/mo/v1/getCase/1"
resolved-to-nodes-converter=resolvedToNodesConverter
name="Case of the Week"
description="Check out our Case of the Week!"
Expand Down

0 comments on commit b759f19

Please sign in to comment.