1
0
forked from w0bm/f0bm

stuff lol

This commit is contained in:
Flummi
2019-04-25 19:25:38 +00:00
parent fb633ba64f
commit 48d631f536
12 changed files with 245 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ router.get(/^\/api\/p(\/[0-9]+|\/)?(\/[0-9]+)?\/?$/, async (req, res) => {
"items": [],
"last": id
};
rows.forEach((e,i,a) => {
rows.forEach(e => {
items.items.push({
"id": e.id,
"mime": e.mime