Skip to content

Commit

Permalink
update to v0.3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshal Dhir authored and Harshal Dhir committed Feb 14, 2023
1 parent 7b2da27 commit 431061b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion machaao/chatbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
machaao = Machaao(MESSENGERX_API_TOKEN, MESSENGERX_BASE_URL)


@app.route("/machaao/incoming", methods=["POST"])
@app.route("/machaao/hook", methods=["POST"])
def messageHandler():
"""
Incoming message handler.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="machaao",
version="0.3.17",
version="0.3.18",
author="Abhishek Raj",
author_email="abhishek@machaao.com",
description="A module for python developers looking to build, prototype & deploy deeply personalized chatbots",
Expand Down

0 comments on commit 431061b

Please sign in to comment.