Skip to content

Commit b0dc22d

Browse files
change log
1 parent e1889fe commit b0dc22d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/pages/api/images/[image].ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
77
const { image } = req.query;
88

99
if (typeof image !== 'string') {
10-
return res.status(400).send('Missing "productId"');
10+
return res.status(400).send('Missing "imageName"');
1111
}
1212

1313
let url;

0 commit comments

Comments
 (0)