fix missing static folder

This commit is contained in:
Adrian Zürcher
2026-01-17 00:04:52 +01:00
parent 45c400e7d3
commit 9543bf407b
2 changed files with 2 additions and 1 deletions

View File

@@ -193,6 +193,7 @@
const res = await fetch('/api/info');
const data = await res.json();
const uploadUrl = `http://${data.ip}:${data.port}/`;
new QRCode(document.getElementById("qrcode"), {
text: uploadUrl,
width: 128,