Skip to content

Commit

Permalink
fix: Update link to variant validator (#122) (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
gromdimon authored Oct 16, 2023
1 parent 80901c4 commit eb971cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const queryVariantValidatorApi = async () => {
variantValidatorState.value = VariantValidatorStates.Running
const url =
API_BASE_URL +
`/internal/remote/variantvalidator/${props.smallVariant?.release}/` +
`remote/variantvalidator/${props.smallVariant?.release}/` +
`${props.smallVariant?.chromosome}-${props.smallVariant?.start}-` +
`${props.smallVariant?.reference}-${props.smallVariant?.alternative}` +
`/all?content-type=application%2Fjson`
Expand Down

0 comments on commit eb971cb

Please sign in to comment.