Skip to content

Commit

Permalink
update prod backend uris
Browse files Browse the repository at this point in the history
  • Loading branch information
ala-ebi committed Aug 11, 2021
1 parent 6907357 commit d8af211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

export const environment = {
production: true,
API_URL: 'http://193.62.54.159/backend/v1',
CURATION_API_URL: 'http://193.62.54.159/curation/v1'
API_URL: 'https://www.ebi.ac.uk/gwas/deposition/api/v1/',
CURATION_API_URL: 'https://www.ebi.ac.uk/gwas/depo-curation/api/v1'
};

0 comments on commit d8af211

Please sign in to comment.