Skip to content

Commit

Permalink
temporarily revert previous change
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Aug 28, 2024
1 parent a909440 commit ab2ad13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/model_catalog/src/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ export const queryValid = [
export const ADMIN_PROJECT_ID = "model-validation";

// Since Collaboratory v2 storage and CSCS storage gives CORS related issues
export const corsProxy = "https://corsproxy.apps.tc.humanbrainproject.eu/";
export const corsProxy = "https://corsproxy.hbpneuromorphic.eu/";
//export const corsProxy = "https://corsproxy.apps.tc.humanbrainproject.eu/";

export const updateHash = (value) => {
window.location.hash = value;
Expand Down

0 comments on commit ab2ad13

Please sign in to comment.