Skip to content

Commit

Permalink
Add missing webAPI route (#10650)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy R. Easton-Marks <[email protected]>
  • Loading branch information
inodb and JREastonMarks authored Feb 20, 2024
1 parent c34bb9c commit f0701d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/org/cbioportal/WebAppConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ public void addViewControllers(ViewControllerRegistry registry) {
"/oncoprinter**",
"/encodedRedirect",
"/datasets**",
"/ln**"
"/ln**",
"/webAPI**"
);

endpoints.forEach( route -> registry.addViewController(route).setViewName(SINGLE_PAGE_APP_ROOT));
Expand Down

0 comments on commit f0701d9

Please sign in to comment.