Skip to content

Commit

Permalink
use iquery dev instance
Browse files Browse the repository at this point in the history
  • Loading branch information
inodb authored Jan 26, 2024
1 parent e4f958e commit c0f6f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/resultsView/ResultsViewPageStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1672,7 +1672,7 @@ export class ResultsViewPageStore extends AnalysisStore
try {
urlResponse = (await request
.post(
'https://iquery-cbio.ucsd.edu/integratedsearch/v1/'
'https://iquery-cbio-dev.ucsd.edu/integratedsearch/v1/'
)
.send(postData)
.set('Accept', 'application/json')
Expand Down

0 comments on commit c0f6f5a

Please sign in to comment.