1
0
mirror of https://github.com/uetchy/namae.git synced 2025-10-15 07:32:19 +09:00

feat: sectioned cards

This commit is contained in:
2022-06-04 18:25:58 +09:00
parent 218ee2889b
commit c05ee42473
15 changed files with 124 additions and 63 deletions

View File

@@ -27,7 +27,7 @@ export default async function handler(
description: item[6],
url: item[37],
}));
send(res, { result: items.slice(0, 10) });
send(res, { result: items.slice(0, 5) });
} catch (err: any) {
sendError(res, err);
}