UI improvements.

This commit is contained in:
Daniel
2022-06-26 00:08:37 +04:30
parent f5b7f872f0
commit 371eb3c181
12 changed files with 73 additions and 40 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ app.delete("/api", async (req, res) => {
await deleteDoc(id);
res.send(`Bookmark with _id:${id} deleted.`);
res.send(`Link with _id:${id} deleted.`);
});
async function updateDoc(id, updatedListing) {