Merge development (#86)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
|
||||
const updatesAPI = {
|
||||
const manifestsAPI = {
|
||||
createCarUpdates: async (data, token) => {
|
||||
if (!data.id) data.id = 0;
|
||||
data.id++;
|
||||
@@ -14,21 +14,21 @@ const updatesAPI = {
|
||||
id: 1,
|
||||
package_name: "Test",
|
||||
version: "1.0",
|
||||
link: "http://cloudfront.com/download",
|
||||
link: "https://cloudfront.com/download",
|
||||
ecu_list: "ECU1 1.0.0,ECU2 1.0.2",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
package_name: "Test",
|
||||
version: "1.1",
|
||||
link: "http://cloudfront.com/download",
|
||||
link: "https://cloudfront.com/download",
|
||||
ecu_list: "ECU1 1.0.1,ECU2 1.0.2",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
package_name: "Test",
|
||||
version: "1.2",
|
||||
link: "http://cloudfront.com/download",
|
||||
link: "https://cloudfront.com/download",
|
||||
ecu_list: "ECU1 1.1.0,ECU2 1.1.2",
|
||||
}
|
||||
]
|
||||
@@ -56,4 +56,4 @@ const updatesAPI = {
|
||||
},
|
||||
};
|
||||
|
||||
export default updatesAPI;
|
||||
export default manifestsAPI;
|
||||
Reference in New Issue
Block a user