Add localstorage management

This commit is contained in:
dario-cfpt
2019-12-15 12:40:10 +01:00
parent 0ac148d899
commit 5fa7f19eb1
13 changed files with 119 additions and 817 deletions

View File

@ -167,7 +167,7 @@ app.post('/update', (req, res) => __awaiter(void 0, void 0, void 0, function* ()
res.status(status.OK).send(data);
}
else {
res.status(status.OK).send(); // Catalogue up-to-date
res.status(status.OK).send({}); // Catalogue up-to-date
}
}
catch (e) {