We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf0bedf commit fbeb2e8Copy full SHA for fbeb2e8
api/link.js
@@ -8,6 +8,7 @@ export default async function handler(request, response) {
8
let twitterTitle = false;
9
10
11
+ const https = require('https');
12
13
function getRequest(url) {
14
0 commit comments