Skip to content

Commit 6f5bbd2

Browse files
authored
Update index.ts
1 parent 6c2e2d3 commit 6f5bbd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Request, Response } from '@vercel/node'
22
import { getScreenshot } from './_lib/puppeteer';
33

44
module.exports = async (req: Request, res: Response) => {
5-
const usage = "https://s.vercel.app/api?url=https://google.com&width=1280&height=664"
5+
const usage = "https://s.vercel.app/api?url=https://google.com&width=1280&height=720"
66
if (!req.query.url) return res.status(400).json({
77
"success": false,
88
"error": "No url query specified.",

0 commit comments

Comments
 (0)