Skip to content

Commit

Permalink
Hotfix: updated API url subdomain from api-gcp to just api
Browse files Browse the repository at this point in the history
  • Loading branch information
falquaddoomi committed May 4, 2023
1 parent fa74c86 commit c9a35fb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/api/bio-link.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ import {

// versions/environments of api servers
const versions = {
// production: "https://api.monarch-test.ddns.net/api/", // GOOGLE CLOUD (manager entrypoint)
// production: "https://api.monarchinitiative.org/api/", // OSU
// production: "https://api.monarch-gc-balanced.ddns.net/api/", // GOOGLE CLOUD (load-balanced entrypoint, old DNS)
production: "https://api-gcp.monarchinitiative.org/api/", // GOOGLE CLOUD (new DNS under monarch domain)
production: "https://api.monarchinitiative.org/api/", // GOOGLE CLOUD (new DNS under monarch domain)
beta: "https://api-dev.monarchinitiative.org/api/",
};

Expand Down

0 comments on commit c9a35fb

Please sign in to comment.