feat: api wrapping
This commit is contained in:
@@ -36,7 +36,7 @@ public class AnimalService {
|
||||
* @param id 동물 ID
|
||||
*/
|
||||
@Transactional
|
||||
public void deleteZoo(Long id) {
|
||||
public void deleteAnimal(Long id) {
|
||||
zooCoreService.remove(id);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user