Skip to content

Commit

Permalink
update cors related comments
Browse files Browse the repository at this point in the history
  • Loading branch information
appukuttan-shailesh committed Apr 1, 2021
1 parent 9ff26b5 commit 78037ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/validation_framework_v2/src/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const displayValid = ["Only Models", "Models and Tests", "Only Tests"];
export const queryValid = ["model_id", "model_alias", "model_instance_id", "test_id", "test_alias", "test_instance_id", "result_id"];
export const ADMIN_PROJECT_ID = "model-validation";

// To access ModelDB APIs; doesn't work with localhost during development
// Since Collaboratory v2 storage and CSCS storage gives CORS related issues
export const corsProxy = "https://corsproxy-sa.herokuapp.com/";
// previously used 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/
Expand Down

0 comments on commit 78037ff

Please sign in to comment.