Skip to content

Commit 365fe32

Browse files
Updated prior auth endpoint
1 parent b3baad2 commit 365fe32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/PriorAuth/PriorAuth.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default class PriorAuth extends Component {
2020
subscribeMsg: "",
2121
showRestHookForm: false,
2222
showLink: false,
23-
priorAuthBase: "https://davinci-prior-auth.logicahealth.org/fhir",
23+
priorAuthBase: "https://prior-auth.davinci.hl7.org/fhir",
2424
isSubmitted: false,
2525
priorAuthId: null,
2626
patientId: null,
@@ -859,7 +859,7 @@ export default class PriorAuth extends Component {
859859
type="text"
860860
className="form-control"
861861
id="priorauthEndpoint"
862-
defaultValue="https://davinci-prior-auth.logicahealth.org/fhir"
862+
defaultValue="https://prior-auth.davinci.hl7.org/fhir"
863863
onChange={(e) =>
864864
this.setState({ priorAuthBase: e.target.value })
865865
}

0 commit comments

Comments
 (0)