Skip to content

Commit

Permalink
I think '/' is the route not the blueprint
Browse files Browse the repository at this point in the history
```
def __init__(self, app=None, blueprint=None, route=None):
```
  • Loading branch information
chaoranxie committed Feb 22, 2018
1 parent ebb7621 commit 66f370a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/quick_start.rst
Expand Up @@ -105,7 +105,7 @@ In your new webhook.py file:
from flask_assistant import Assistant, ask, tell
app = Flask(__name__)
assist = Assistant(app, '/')
assist = Assistant(app, route='/')
@assist.action('greeting')
Expand Down

0 comments on commit 66f370a

Please sign in to comment.