Skip to content

Commit

Permalink
Revert "Update AppController.java"
Browse files Browse the repository at this point in the history
This reverts commit 771cc13.
  • Loading branch information
eliaperantoni committed Jan 19, 2023
1 parent 771cc13 commit c16bbf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/it/ettore/AppController.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public String index(Model model) {
}
System.out.println("Creating new user");

User user = new User("Nico", "Frex", "nico@gmail.com", "ACAB", User.Role.PROFESSOR);
User user = new User("Nico", "Frex", "nico.fretti@gmail.com", "ACAB", User.Role.PROFESSOR);
repoUser.save(user);

Course course = new Course("Fourier", "Bogdan mihai", 2022, Course.Category.Maths, user);
Expand Down

0 comments on commit c16bbf8

Please sign in to comment.