Skip to content

Commit

Permalink
fix: Loading the ACMG criteria from intervar (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
gromdimon authored Jan 17, 2024
1 parent 8e3efc1 commit 0fefba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/api/intervar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { API_INTERNAL_BASE_PREFIX } from '@/api/common'
import type { Seqvar } from '@/lib/genomicVars'
import type { AcmgRatingBackend } from '@/stores/seqvarAcmgRating'

const API_BASE_URL = `${API_INTERNAL_BASE_PREFIX}/`
const API_BASE_URL = `${API_INTERNAL_BASE_PREFIX}`

export class InterVarClient {
private apiBaseUrl: string
Expand Down

0 comments on commit 0fefba5

Please sign in to comment.