Skip to content
Snippets Groups Projects
Commit fa7eb4e5 authored by Joo myeongha's avatar Joo myeongha
Browse files

Add delete favorite-2

parent 8a39c0f1
No related branches found
No related tags found
No related merge requests found
......@@ -95,12 +95,6 @@ public class MusicService {
String.format("ID:[%s] not found",id);
return 0;
}
//throw new Exception(String.format("ID:[%s] not found",id));
//albumsRepo.deleteById(id);
//List<FavoriteMusic> musics = albumsRepo.findAll();
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment