test
This commit is contained in:
@@ -22,7 +22,7 @@ public class ArticleServiceImpl implements ArticleService{
|
||||
|
||||
@Override
|
||||
public Article findArticleById(int id) {
|
||||
return null;
|
||||
return articleRepository.findArticleById(id);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user