Fix major update integrating with external wisemapping frond end
This commit is contained in:
@@ -32,22 +32,6 @@ public class PublicPagesController {
|
||||
@Autowired
|
||||
private MindmapService mindmapService;
|
||||
|
||||
|
||||
@RequestMapping(value = "aboutUs")
|
||||
public String aboutUs() {
|
||||
return "aboutUs";
|
||||
}
|
||||
|
||||
@RequestMapping(value = "termsOfUse")
|
||||
public String showTermsOfUse() {
|
||||
return "termsOfUse";
|
||||
}
|
||||
|
||||
@RequestMapping(value = "crew")
|
||||
public String crew() {
|
||||
return "crew";
|
||||
}
|
||||
|
||||
@RequestMapping(value = "keyboard")
|
||||
public String newsPage() {
|
||||
return "keyboard";
|
||||
|
Reference in New Issue
Block a user