Add Term Of Use missing page.
This commit is contained in:
@@ -52,11 +52,6 @@ public class ExtensionsController {
|
||||
return new ModelAndView("privacyPolicy");
|
||||
}
|
||||
|
||||
@RequestMapping(value = "termsOfUse")
|
||||
public ModelAndView termsOfUse() {
|
||||
return new ModelAndView("termsOfUse");
|
||||
}
|
||||
|
||||
@RequestMapping(value = "faq")
|
||||
public ModelAndView faq() {
|
||||
return new ModelAndView("faq");
|
||||
|
@@ -38,6 +38,11 @@ public class PublicPagesController {
|
||||
return "aboutUs";
|
||||
}
|
||||
|
||||
@RequestMapping(value = "termsOfUse")
|
||||
public String showTermsOfUse() {
|
||||
return "termsOfUse";
|
||||
}
|
||||
|
||||
@RequestMapping(value = "crew")
|
||||
public String crew() {
|
||||
return "crew";
|
||||
|
Reference in New Issue
Block a user