We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab2c1f5 commit 7c87e0fCopy full SHA for 7c87e0f
api/github.js
@@ -0,0 +1,5 @@
1
+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)))
0 commit comments