We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cef61d commit d00b28cCopy full SHA for d00b28c
src/index.ts
@@ -2,7 +2,7 @@ import { createNodeMiddleware, createProbot } from 'probot'
2
import app from './app'
3
import * as functions from '@google-cloud/functions-framework'
4
5
-const middleware = createNodeMiddleware(app, { probot: createProbot() })
+const middleware = createNodeMiddleware(app, { probot: createProbot(), webhooksPath: '/' })
6
functions.http(
7
'probotApp',
8
async (req, res) => {
0 commit comments