Add record helper for TXT type. #380

This commit is contained in:
Khanh Ngo
2018-10-30 09:55:31 +07:00
parent 3fea57fca1
commit d3972b659a
2 changed files with 17 additions and 1 deletions

View File

@ -600,7 +600,7 @@ def dashboard_domains_updater():
return jsonify(response_data)
@app.route('/domain/<path:domain_name>', methods=['GET', 'POST'])
@app.route('/domain/<path:domain_name>', methods=['GET'])
@login_required
@can_access_domain
def domain(domain_name):