Skip to content

Commit ec58e75

Browse files
authored
Update index.ts
1 parent 8d2c1b5 commit ec58e75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { getScreenshot } from './_lib/puppeteer';
2-
const usage = "https://s.vercel.app/api?url=https://google.com&width=1280&height=720"
32

43
module.exports = async (req, res) => {
54
if (!req.query.url) return res.status(400).send("No url query specified.");

0 commit comments

Comments
 (0)