From 0c1792b7eda35443b4a3d5831d584d3066e191cb Mon Sep 17 00:00:00 2001 From: 2weiEmu Date: Wed, 3 Jun 2026 23:12:50 +0200 Subject: [PATCH] updated: rooms html --- public/js/index.js | 1 - public/rooms.html | 12 ++++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 public/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 @@ + + + + + + + + + + + + -- 2.54.0