Skip to content

Commit 05d21e0

Browse files
Fixed minor typo when converted script to WSGI app.
1 parent 017638d commit 05d21e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webhooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
application = Flask(__name__)
3030

3131

32-
@app.route('/', methods=['GET', 'POST'])
32+
@application.route('/', methods=['GET', 'POST'])
3333
def index():
3434
"""
3535
"""

0 commit comments

Comments
 (0)