Skip to content

Commit

Permalink
update URL for Model Validation API
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Sep 9, 2024
1 parent ab2ad13 commit 6726288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/model_catalog/src/globals.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// NOTE: dummy data (in 'dev_data' directory) for DevMode is from v1 APIs; needs to be updated for v2 usage
export const DevMode = false; // TODO: change to false for production
export const baseUrl = "https://model-validation-api.apps.tc.humanbrainproject.eu";
export const baseUrl = "https://model-validation-api.apps.ebrains.eu";
export const querySizeLimit = 1000000;
export const collaboratoryOrigin = "https://wiki.ebrains.eu";
export const hashChangedTopic = "/clb/community-app/hashchange";
Expand Down

0 comments on commit 6726288

Please sign in to comment.