Skip to content
Snippets Groups Projects
Commit 9ddc168a authored by Cédric Willekens's avatar Cédric Willekens
Browse files

Add javadoc to calendar endpoint

parent beaa7e2f
Branches
Tags
2 merge requests!598Dev to master,!486Fix broken rebase for #437
......@@ -92,6 +92,12 @@ public class AdminController {
return "admin/view";
}
/**
* Get a calendar view with all the labs.
*
* @param model The model to fill out for Thymeleaf template resolution.
* @return The Thymeleaf template to resolve.
*/
@GetMapping("/calendar")
public String getAdminCoursesPage(Model model) {
Period currPeriod = new Period().start(LocalDateTime.now().minusDays(1))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment