We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb4ec46 commit 544f2a9Copy full SHA for 544f2a9
1 file changed
gotcha/src/main/java/Gotcha/domain/notification/controller/AdminNotificationController.java
@@ -56,4 +56,4 @@ public ResponseEntity<?> deleteNotification(
56
adminNotificationService.deleteNotification(notificationId);
57
return ResponseEntity.status(HttpStatus.NO_CONTENT).build();
58
}
59
-}
+}
0 commit comments