Skip to content

Commit bac0b36

Browse files
authoredNov 7, 2022
Update github.js
1 parent 7c87e0f commit bac0b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎api/github.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ export const config = {
22
runtime: 'experimental-edge',
33
};
44

5-
export default (req) => (console.log(req), fetch('https://github.com/git/git/info/refs?service=git-upload-pack').then(r => new Response(r.status === 200)))
5+
export default (req) => (console.log(JSON.stringify(req, null, 2)), fetch('https://github.com/git/git/info/refs?service=git-upload-pack').then(r => new Response(r.status === 200)))

0 commit comments

Comments
 (0)