mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 06:30:53 +03:00
API changes to accommodate 3rd party clients
This commit is contained in:
@@ -29,6 +29,8 @@ module.exports = async function(req, res) {
|
||||
const ttl = await storage.ttl(id);
|
||||
res.send({
|
||||
metadata: meta.metadata,
|
||||
dtotal: meta.dl,
|
||||
dlimit: meta.dlimit,
|
||||
size,
|
||||
ttl
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user