forked from platypush/platypush
Typo
This commit is contained in:
parent
a77a9c04b7
commit
e571d8ea41
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ class HttpBackend(Backend):
|
|||
|
||||
return render_template('index.html', plugins=enabled_plugins, hidden_plugins=hidden_plugins,
|
||||
token=Config.get('token'), websocket_port=self.websocket_port,
|
||||
has_ssl=self.ssl_cert is not None)
|
||||
has_ssl=self.ssl_context is not None)
|
||||
|
||||
|
||||
@app.route('/widget/<widget>', methods=['POST'])
|
||||
|
|
Loading…
Reference in a new issue