feat: user cannot list users
Compare changes
@@ -32,7 +32,6 @@ import org.springframework.web.bind.annotation.RequestMapping;
@@ -42,18 +41,16 @@ import static org.springframework.hateoas.server.mvc.WebMvcLinkBuilder.linkTo;
@@ -79,7 +76,7 @@ public class NotificationController extends ResourceController<Notification> {
@@ -93,7 +90,7 @@ public class NotificationController extends ResourceController<Notification> {
@@ -103,7 +100,7 @@ public class NotificationController extends ResourceController<Notification> {
@@ -111,7 +108,7 @@ public class NotificationController extends ResourceController<Notification> {
@@ -141,9 +138,5 @@ public class NotificationController extends ResourceController<Notification> {