From 964b70bc6bc60eec53c091a6603f1c896a12389d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=80=9CVeLiTi=E2=80=9D?= <“info@veliti.nl”>
Date: Thu, 21 Mar 2024 12:57:48 +0100
Subject: [PATCH] Buildtool
---
assets/readdevice.js | 2 +-
buildtool.php | 5 +++++
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/assets/readdevice.js b/assets/readdevice.js
index 9bb7a91..edda8ca 100644
--- a/assets/readdevice.js
+++ b/assets/readdevice.js
@@ -455,7 +455,7 @@ async function updateHistory(){
var testdetails = JSON.stringify(mainObject);
var serialnumber = serial;
- var action = 'createHistory';
+ var action = '/v0/application/createHistory';
var url = link+action;
var bearer = 'Bearer ' + data;
diff --git a/buildtool.php b/buildtool.php
index 3c912a3..46e9b9e 100644
--- a/buildtool.php
+++ b/buildtool.php
@@ -89,6 +89,11 @@ echo '
+';
';
template_footer();