fix missing static folder
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user