- Downloads
Merge branch 'error-pages' into 'development'
Branches
Tags
Showing
- build.gradle.kts 1 addition, 1 deletionbuild.gradle.kts
- src/main/java/nl/tudelft/submit/controller/ErrorController.java 95 additions, 3 deletions...in/java/nl/tudelft/submit/controller/ErrorController.java
- src/main/java/nl/tudelft/submit/controller/HomeController.java 0 additions, 13 deletions...ain/java/nl/tudelft/submit/controller/HomeController.java
- src/main/resources/templates/error/bad_request.html 39 additions, 0 deletionssrc/main/resources/templates/error/bad_request.html
- src/main/resources/templates/error/error.html 4 additions, 0 deletionssrc/main/resources/templates/error/error.html
- src/main/resources/templates/error/forbidden.html 39 additions, 0 deletionssrc/main/resources/templates/error/forbidden.html
- src/main/resources/templates/error/not_found.html 39 additions, 0 deletionssrc/main/resources/templates/error/not_found.html
- src/main/resources/templates/error/unprocessable_entity.html 39 additions, 0 deletionssrc/main/resources/templates/error/unprocessable_entity.html
Please sign in to comment