This commit is contained in:
2025-02-13 15:05:23 +09:00
parent b70b2e8f2c
commit 95d5cad3bc
3 changed files with 1 additions and 3 deletions

View File

@@ -67,7 +67,7 @@ export const BattleEventModify = async (token, id, params) => {
};
// 전투시스템 삭제
export const BattleEventDelete = async (token, params, id) => {
export const BattleEventDelete = async (token, params) => {
try {
const res = await Axios.delete(`/api/v1/battle/event/delete`, {
headers: { Authorization: `Bearer ${token}` },