Browse Source

비행계획서(삭제 오류 최종)

feature/auth
sanguu 2 years ago
parent
commit
ee9f1c82a1
  1. 2
      src/modules/basis/flight/apis/basisFlightApi.ts

2
src/modules/basis/flight/apis/basisFlightApi.ts

@ -35,7 +35,7 @@ export const flightPlanAPI = {
return res; return res;
}, },
delete: async (planSno: number) => { delete: async (planSno: number) => {
const res = await axios.get(`api/bas/flight/plan/delete/${planSno}`); const res = await axios.delete(`api/bas/flight/plan/delete/${planSno}`);
return res; return res;
}, },
listPilot: async (groupId: string) => { listPilot: async (groupId: string) => {

Loading…
Cancel
Save