function timerStart() { fetch("/admin/timerStart", { method: "POST", headers: {'Content-Type': 'text/html'}, body: "" }).then(res => { console.log(res); }) }