Skip to content

Commit 7c87e0f

Browse files
Create github.js
1 parent ab2c1f5 commit 7c87e0f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

api/github.js

+5
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)