관리자 오디션 지원 리스트 삭제 API
- 문구변경
This commit is contained in:
@@ -14,6 +14,6 @@ class AdminAuditionApplicantController(private val service: AdminAuditionApplica
|
|||||||
@DeleteMapping("/{id}")
|
@DeleteMapping("/{id}")
|
||||||
fun deleteAuditionApplicant(@PathVariable id: Long) = ApiResponse.ok(
|
fun deleteAuditionApplicant(@PathVariable id: Long) = ApiResponse.ok(
|
||||||
service.deleteAuditionApplicant(id),
|
service.deleteAuditionApplicant(id),
|
||||||
"삭제되었습니다."
|
"오디션 지원이 취소 되었습니다."
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user