Skip to content

Commit 2901bb6

Browse files
committed
Update cors-proxy URL
1 parent bc2abcf commit 2901bb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/model_catalog/src/globals-staging.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const queryValid = [
4646
export const ADMIN_PROJECT_ID = "model-validation";
4747

4848
// Since Collaboratory v2 storage and CSCS storage gives CORS related issues
49-
export const corsProxy = "https://corsproxy.apps.tc.humanbrainproject.eu/";
49+
export const corsProxy = "https://corsproxy.apps.ebrains.eu/";
5050

5151
export const updateHash = (value) => {
5252
window.location.hash = value;

apps/model_catalog/src/globals.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const queryValid = [
4646
export const ADMIN_PROJECT_ID = "model-validation";
4747

4848
// Since Collaboratory v2 storage and CSCS storage gives CORS related issues
49-
export const corsProxy = "https://corsproxy.apps.tc.humanbrainproject.eu/";
49+
export const corsProxy = "https://corsproxy.apps.ebrains.eu/";
5050

5151
export const updateHash = (value) => {
5252
window.location.hash = value;

0 commit comments

Comments
 (0)