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

Commit

Permalink
change PIS system url from oder to order
Browse files Browse the repository at this point in the history
  • Loading branch information
smalho01 committed Mar 14, 2022
1 parent 9c6d838 commit 60e3d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RemsInterface/RemsInterface.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default class RemsInterface extends Component {
<div>
<div className="container left-form">
{this.renderBundle()}
<button className="submit-btn" onClick={()=>{this.sendMessage("http://localhost:3010/api/doctorOder/FHIR")}}>Submit</button>
<button className="submit-btn" onClick={()=>{this.sendMessage("http://localhost:3010/api/doctorOrder/FHIR")}}>Submit</button>

</div>
<div className="right-form">
Expand Down

0 comments on commit 60e3d5f

Please sign in to comment.