Restore an empty line

This commit is contained in:
Michael Kroes 2016-02-26 09:51:22 +01:00
parent 86d3e9da86
commit b71ad85e9f
1 changed files with 1 additions and 0 deletions

View File

@ -391,6 +391,7 @@ def ssl_provision_certs():
def web_get_domains():
from web_update import get_web_domains_info
return json_response(get_web_domains_info(env))
@app.route('/web/update', methods=['POST'])
@authorized_personnel_only
def web_update():