Skip to content
This repository was archived by the owner on Jul 1, 2026. It is now read-only.

Commit 34db2be

Browse files
committed
the github webhook server program
1 parent 8e4c582 commit 34db2be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github-webhook-server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
@app.route("/") # Standard Flask endpoint
88
def hello_world():
9-
return "Hello, World!"
9+
return "Hello you doing,james!"
1010

1111
@webhook.hook() # Defines a handler for the 'git push' event
1212
def on_push(data):

0 commit comments

Comments
 (0)