Skip to content

Commit 544f2a9

Browse files
authored
test : 배포 테스트 (#119)
1 parent eb4ec46 commit 544f2a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gotcha/src/main/java/Gotcha/domain/notification/controller/AdminNotificationController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ public ResponseEntity<?> deleteNotification(
5656
adminNotificationService.deleteNotification(notificationId);
5757
return ResponseEntity.status(HttpStatus.NO_CONTENT).build();
5858
}
59-
}
59+
}

0 commit comments

Comments
 (0)