Skip to content

Commit

Permalink
Fix WebAppConfig Format Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JREastonMarks committed Feb 20, 2024
1 parent 9f44771 commit 3285d40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/cbioportal/WebAppConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ public void addViewControllers(ViewControllerRegistry registry) {
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 3285d40

Please sign in to comment.