Skip to content

Commit e89b8a3

Browse files
committed
add vending id
1 parent 63b9d0c commit e89b8a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/routes/vending.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ const vendingPlugin: FastifyPluginAsync = async (fastify, _options) => {
1414
reply.send({
1515
items: [
1616
{
17-
rowid: 1,
17+
slots: ["A1"],
18+
id: "ronitpic",
1819
name: "A Picture of Ronit",
1920
image_url: "https://acm-brand-images.s3.amazonaws.com/ronit.jpeg",
2021
price: 999,

0 commit comments

Comments
 (0)