Skip to content

Commit

Permalink
Merge pull request #10624 from cBioPortal/add-faq
Browse files Browse the repository at this point in the history
Add /faq route
  • Loading branch information
inodb authored Feb 14, 2024
2 parents 336c2ec + d327a10 commit 35a6dc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/cbioportal/WebAppConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +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/");

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

0 comments on commit 35a6dc5

Please sign in to comment.