From: 2weiEmu Date: Wed, 3 Jun 2026 21:12:50 +0000 (+0200) Subject: updated: rooms html X-Git-Url: https://git.saalbach.dev/?a=commitdiff_plain;h=0c1792b7eda35443b4a3d5831d584d3066e191cb;p=binbsis50-sm.git updated: rooms html --- diff --git a/public/js/index.js b/public/js/index.js index 0e3d47c..ac65c74 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -395,7 +395,6 @@ async function uploadFileWithDataAndName() { let content = fileUploadFileContent.files[0] // it's a bit quirky like that let filename = fileUploadFileName.value // TODO: again name checking, also on the server side - console.log(content) let response = await fetch("/api/files/createWithUpload/" + filename, { method: "POST", body: content diff --git a/public/rooms.html b/public/rooms.html new file mode 100644 index 0000000..452c03e --- /dev/null +++ b/public/rooms.html @@ -0,0 +1,12 @@ + + + + + + + + + + + +