diff --git a/prototype/src/main/java/org/hso/ecommerce/controller/UserController.java b/prototype/src/main/java/org/hso/ecommerce/controller/UserController.java index fee6946..90b11e5 100644 --- a/prototype/src/main/java/org/hso/ecommerce/controller/UserController.java +++ b/prototype/src/main/java/org/hso/ecommerce/controller/UserController.java @@ -43,14 +43,6 @@ public class UserController { return "user/settings"; } - @GetMapping("/notifications/") - public String userNotifications() { - - //TODO: implement this - - return "user/notifications/index"; - } - @GetMapping("/orders/") public String userOrdeers(HttpSession session, Model model) { @@ -101,12 +93,4 @@ public class UserController { return "user/settings"; } - -// @GetMapping("/bonuspoints") -// public String userBonuspoints() { -// return "user/bonuspoints"; -// } - - - } diff --git a/prototype/src/main/resources/templates/fragments/customer.html b/prototype/src/main/resources/templates/fragments/customer.html index a8ef757..f8ba1ff 100644 --- a/prototype/src/main/resources/templates/fragments/customer.html +++ b/prototype/src/main/resources/templates/fragments/customer.html @@ -12,8 +12,6 @@ diff --git a/prototype/src/main/resources/templates/fragments/header.html b/prototype/src/main/resources/templates/fragments/header.html index 054c332..349f72c 100644 --- a/prototype/src/main/resources/templates/fragments/header.html +++ b/prototype/src/main/resources/templates/fragments/header.html @@ -18,7 +18,6 @@