This commit is contained in:
Jing Su 2017-03-13 18:36:22 +08:00
parent 250bb7e29d
commit ba41ab8f67
No known key found for this signature in database
GPG Key ID: D267EFAA88310899

View File

@ -57,7 +57,7 @@ Blueprints have much the same functionality as an application instance.
### WebSocket routes
WebSocket handlers can be registered on a blueprint using the `@bp.route`
WebSocket handlers can be registered on a blueprint using the `@bp.websocket`
decorator or `bp.add_websocket_route` method.
### Middleware