Skip to content

Commit

Permalink
chore: add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
louischarnay committed Feb 8, 2024
1 parent 5531017 commit fc7e2aa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public DepartmentController(DepartmentService departmentService, StudentService

@GetMapping("/")
public ResponseEntity<Object> getDepartments() {
System.out.println("getDepartments");
return ResponseEntity.ok(departmentService.getDepartments());
}

Expand Down

0 comments on commit fc7e2aa

Please sign in to comment.