mirror of
https://github.com/timvisee/send.git
synced 2026-04-27 23:06:22 -04:00
stubbed in modal dialog
This commit is contained in:
@@ -71,7 +71,7 @@ async function decryptStream(id) {
|
||||
return new Response(null, {
|
||||
status: 302,
|
||||
headers: {
|
||||
Location: `/download/${id}`
|
||||
Location: `/download/${id}/#${file.key}`
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user