various fixes

This commit is contained in:
adrian
2025-08-19 22:12:37 +02:00
parent bc4463bd37
commit c37379dcb2
4 changed files with 151 additions and 4 deletions

View File

@ -1,5 +1,5 @@
async function press() {
const res = await fetch('http://localhost:3000/press', {
const res = await fetch('/press', {
method: 'POST'
});
const data = await res.text();