Skip to content

Commit 0e21146

Browse files
author
Curtis Mason
committed
added comment to sample-server
Signed-off-by: Curtis Mason <[email protected]>
1 parent 283b644 commit 0e21146

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/python-event-requests/sample-server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
app = Flask(__name__)
1717

1818

19+
# Create an endpoint at http://localhost:/3000/event
1920
@app.route('/event', methods=['POST'])
2021
def hello():
2122
# Convert headers to dict

0 commit comments

Comments
 (0)