Skip to content

Commit

Permalink
πŸ’„ style: μ½”λ“œ μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
soogoori committed May 15, 2024
1 parent e1a66df commit 7b9bf88
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.*;
import com.example.whatseoul.dto.CommentDto;
import com.example.whatseoul.entity.Comment;

import java.util.List;
Expand Down Expand Up @@ -34,5 +33,4 @@ public ResponseEntity<Void> deleteComment(@PathVariable Long postId, @PathVariab
commentService.deleteComment(commentId);
return new ResponseEntity<>(HttpStatus.NO_CONTENT);
}

}

0 comments on commit 7b9bf88

Please sign in to comment.