delete working
This commit is contained in:
@@ -295,8 +295,8 @@ const vehiclesAPI = {
|
||||
.catch(errorHandler)
|
||||
},
|
||||
|
||||
deleteFlashpackECUMapping: async (data, token) => {
|
||||
return fetch(`${API_ENDPOINT}/flashpack_ecu_mapping`, {
|
||||
deleteFlashpackVersion: async (data, token) => {
|
||||
return fetch(`${API_ENDPOINT}/flashpack_version`, {
|
||||
method: "DELETE",
|
||||
headers: Object.assign(
|
||||
{ "Content-Type": "application/json" },
|
||||
|
||||
Reference in New Issue
Block a user