Update
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user