This commit is contained in:
Dzejkobik007
2023-06-07 01:11:02 +02:00
parent 24bdc5a968
commit 13418797f3
3 changed files with 103 additions and 2 deletions

View File

@@ -90,7 +90,7 @@
}
socket.once("linkCreated", (hash, adminhash) => {
console.log("Link Created");
window.location.href = document.location.protocol + "//" + document.location.host + "/api/download/" + hash + '/'
window.location.href = document.location.protocol + "//" + document.location.host + "/download/" + hash + '/'
});
</script>
</body>