Skip to content

Commit

Permalink
use migrated cors proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Aug 28, 2024
1 parent acd381a commit 6c9a03f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/model_catalog/src/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ 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.hbpneuromorphic.eu/";
// previously used https://corsproxy-sa.herokuapp.com/, https://cors-anywhere.herokuapp.com/ - but now has request limits
// other options: https://cors-clear.herokuapp.com/, https://cors-fixer.herokuapp.com/, https://cors-handler.herokuapp.com/
export const corsProxy = "http://corsproxy.apps.tc.humanbrainproject.eu/";

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

0 comments on commit 6c9a03f

Please sign in to comment.