Skip to content

Commit 2a0b981

Browse files
authored
Update and rename screenshot.ts to index.ts
1 parent e167b9a commit 2a0b981

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/screenshot.ts renamed to api/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { NowRequest, NowResponse } from '@vercel/node'
2+
import { getScreenshot } from './_lib/chromium';
23

34
module.exports = async (req: NowRequest, res: NowResponse) => {
45
try {

0 commit comments

Comments
 (0)