Skip to content

Commit dc743b6

Browse files
authored
Update screenshot.ts
1 parent ed465c1 commit dc743b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

api/screenshot.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
import { NowRequest, NowResponse } from '@vercel/node'
12

3+
module.exports = (req: NowRequest, res: NowResponse) => {
4+
res.status(200).send("hey")
5+
}

0 commit comments

Comments
 (0)