working, just need to prettify

This commit is contained in:
padamsen_fisker
2024-01-15 17:15:09 -05:00
parent e85f55d36d
commit 421a8480dd
3 changed files with 239 additions and 2 deletions

View File

@@ -283,8 +283,8 @@ const vehiclesAPI = {
.catch(errorHandler)
},
addFlashpackECUMapping: async (data, token) => {
return fetch(`${API_ENDPOINT}/flashpack_ecu_mapping`, {
addFlashpackVersion: async (data, token) => {
return fetch(`${API_ENDPOINT}/flashpack_version`, {
method: "POST",
headers: Object.assign(
{ "Content-Type": "application/json" },