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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user