Closed menuhwang closed 1 year ago
GET /api/matches?page={int}&size={int}
ResponseBody
{ "status": 200, "success": true, "result": "PageDTO..." }
DELETE /api/matches/{id}
{ "status": 200, "success": true, "result": { "id": "String" } }
작업 내용
전체 조회 (페이징)
GET /api/matches?page={int}&size={int}
ResponseBody
매치 아이디로 삭제
DELETE /api/matches/{id}
ResponseBody