Skip to content

Commit

Permalink
workaround for CORS policy error
Browse files Browse the repository at this point in the history
  • Loading branch information
azankl authored Oct 28, 2020
1 parent 79bef2f commit 552c94d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/prod.env.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
NCBO_KEY: JSON.stringify(API.ncbo_key),
JAX: '"https://hpo.jax.org/api/hpo/search/"',
EBI: '"https://www.ebi.ac.uk/ols/api/search"',
NEURAL: '"https://ncr.ccm.sickkids.ca/curr/match/"',
PRYZM: '"https://knowledge.pryzm.health/api/cr/v1/annotate?apiKey="',
NEURAL: '"https://cors-anywhere.herokuapp.com/https://ncr.ccm.sickkids.ca/curr/match/"',
PRYZM: '"https://cors-anywhere.herokuapp.com/https://knowledge.pryzm.health/api/cr/v1/annotate?apiKey="',
PRYZM_KEY: JSON.stringify(API.pryzm_key)
}

0 comments on commit 552c94d

Please sign in to comment.