This commit is contained in:
Fabio Manganiello 2018-11-02 00:03:10 +01:00
parent a77a9c04b7
commit e571d8ea41
1 changed files with 1 additions and 1 deletions

View File

@ -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'])