Merge b33c579815
into 003660b70b
This commit is contained in:
commit
de93aef566
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class Sockets(object):
|
|||
return decorator
|
||||
|
||||
def add_url_rule(self, rule, _, f, **options):
|
||||
self.url_map.add(Rule(rule, endpoint=f))
|
||||
self.url_map.add(Rule(rule, endpoint=f, websocket=True))
|
||||
|
||||
def register_blueprint(self, blueprint, **options):
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue