Skip to content

Commit 7359c35

Browse files
committed
Update cors.js
1 parent 89cb7e0 commit 7359c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/cors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export default async function handler(request, response) {
33

44
const https = require('https');
55

6-
console.log(request.query);
6+
console.log(request);
77

88
const {status, data} = await getRequest(decodeURIComponent(request.query.url));
99

0 commit comments

Comments
 (0)