Skip to content

Commit

Permalink
Add redirect to donate page (#11283)
Browse files Browse the repository at this point in the history
  • Loading branch information
alisman authored Dec 13, 2024
1 parent 31fa62f commit 079b532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/cbioportal/WebAppConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public void addViewControllers(ViewControllerRegistry registry) {
registry.addRedirectViewController("/installations", "https://installationmap.netlify.app/");
registry.addRedirectViewController("/tutorials", "https://docs.cbioportal.org/user-guide/overview/#tutorial-slides");
registry.addRedirectViewController("/oql", "https://docs.cbioportal.org/user-guide/oql/");
registry.addRedirectViewController("/faq", "https://docs.cbioportal.org/user-guide/faq/");
registry.addRedirectViewController("/donate", "https://docs.cbioportal.org/donate/");

List<String> endpoints = List.of(
"/results/*",
Expand Down

0 comments on commit 079b532

Please sign in to comment.