Generic api for any entity

This commit is contained in:
2022-08-12 08:57:36 -05:00
parent d1495df5a1
commit f65ae56f74
5 changed files with 118 additions and 84 deletions

3
web/lib/models/index.js Normal file
View File

@@ -0,0 +1,3 @@
export default {
bookmarks: require("./bookmarks"),
};