test shell script
This commit is contained in:
parent
6772198ea3
commit
f6dae33028
|
|
@ -280,7 +280,6 @@ export async function runtimeCheckLogs(folderPath) {
|
|||
);
|
||||
}
|
||||
}, 3000);
|
||||
//false: next
|
||||
}
|
||||
);
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@ const ManageValues = () => {
|
|||
console.log(error);
|
||||
}
|
||||
};
|
||||
|
||||
useEffect(() => {
|
||||
getValues();
|
||||
}, []);
|
||||
|
|
@ -102,7 +101,7 @@ const ManageValues = () => {
|
|||
alert("Value is empty!")
|
||||
}
|
||||
}}>Add</button>
|
||||
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<Link to={"/logs"}> <button style={{color:"white", backgroundColor:"blue", cursor:"pointer"}}>List of detected files</button></Link>
|
||||
|
|
|
|||
|
|
@ -177,7 +177,6 @@ Route.post("/api/addValue", async ({ request, response }) => {
|
|||
}
|
||||
});
|
||||
|
||||
|
||||
Route.post("/api/gitea-webhook", ({ request, response }) => {
|
||||
console.log("New event ---> ", request.header("x-gitea-event"));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue