Skip to content

Commit

Permalink
fix: 🐞 add github marketplace webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
kien-ht committed May 26, 2024
1 parent c969dd8 commit e2cc059
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions netlify/functions/github-marketplace.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { Handler } from '@netlify/functions'

export const handler: Handler = async () => {
return {
statusCode: 200,
body: 'Hello world!'
}
}

0 comments on commit e2cc059

Please sign in to comment.