We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c87e0f commit bac0b36Copy full SHA for bac0b36
api/github.js
@@ -2,4 +2,4 @@ export const config = {
2
runtime: 'experimental-edge',
3
};
4
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)))
+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