Skip to content

Commit cfbe8fa

Browse files
committed
Update link.js
1 parent ec7b116 commit cfbe8fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/link.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ export default async function handler(request, response) {
5959
const repoName = url[0] + '/' + url[1].split(':')[0];
6060

6161

62+
console.log('https://api.github.com/repos/' + repoName);
63+
6264
const {status, resp} = await getRequest('https://api.github.com/repos/' + repoName);
6365

6466
console.log(resp);

0 commit comments

Comments
 (0)