Skip to content

Commit

Permalink
Merge pull request #34 from EBISPOT/iss6_edit_template
Browse files Browse the repository at this point in the history
update prod backend uris
  • Loading branch information
ala-ebi authored Aug 11, 2021
2 parents e311b74 + d8af211 commit b145b4c
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 b145b4c

Please sign in to comment.