Skip to content

Commit 006a5d2

Browse files
committed
Update API URL for model-catalog:staging
1 parent 8c3f17b commit 006a5d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/model_catalog/src/globals-staging.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// NOTE: dummy data (in 'dev_data' directory) for DevMode is from v1 APIs; needs to be updated for v2 usage
22
export const DevMode = false; // TODO: change to false for production
3-
export const baseUrl = "https://model-validation-api.apps.ebrains.eu";
3+
export const baseUrl = "https://model-validation-api.apps.dev-adacloud.ebrains.eu";
44
export const querySizeLimit = 1000000;
55
export const collaboratoryOrigin = "https://wiki.ebrains.eu";
66
export const hashChangedTopic = "/clb/community-app/hashchange";

0 commit comments

Comments
 (0)