Skip to content
Snippets Groups Projects

Exception Handler

12 files
+ 124
34
Compare changes
  • Side-by-side
  • Inline

Files

@@ -56,16 +56,6 @@ public class ApplicationController {
return "privacy";
}
/**
* Returns the error page.
*
* @return the link to the template which appears for errors
*/
@GetMapping("error")
public String error() {
return "error";
}
// NEED AUTHENTICATION ------------------------------------------
/**
Loading