delete article

This commit is contained in:
Parpaillax
2024-04-30 14:28:32 +02:00
parent bc0a7eb33e
commit bcc6a672e8
5 changed files with 19 additions and 14 deletions

View File

@@ -34,7 +34,7 @@ public class ArticleServiceImpl implements ArticleService{
@Override
public void deleteArticle(int id) {
articleRepository.deleteArticle(id);
}
@Override