Skip to content

Commit

Permalink
Querying the dev instance of NDEx for now to avoid CORS Policy errors…
Browse files Browse the repository at this point in the history
… -- #18
  • Loading branch information
chrtannus committed Sep 19, 2024
1 parent 2af7ad2 commit 25a4ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Results.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { XMarkIcon } from '@heroicons/react/24/outline'
import { ArrowTopRightOnSquareIcon, ExclamationTriangleIcon } from '@heroicons/react/20/solid'


const ndexClient = new NDEx('https://ndexbio.org/v2')
const ndexClient = new NDEx('https://dev.ndexbio.org/v2')


async function fetchGeneMetadata(symbol, taxon=9606) {
Expand Down

0 comments on commit 25a4ce4

Please sign in to comment.