custom css
This commit is contained in:
@@ -86,14 +86,6 @@ def index():
|
||||
static_root=config["http"]["static_root"],
|
||||
use_mpd=str(config['mpd'].getboolean('use_mpd')).lower())
|
||||
|
||||
@app.route("/save_config", methods=['POST'])
|
||||
@validate_schema("login", "password", "dirPath")
|
||||
def parameters():
|
||||
user_input = request.get_json(force=True)
|
||||
dir = user_input['dirPath']
|
||||
|
||||
#return jsonify({'error': 'Champs requis manquants'}), 400
|
||||
return jsonify()
|
||||
|
||||
@app.route("/debug")
|
||||
def show_debug():
|
||||
|
||||
Reference in New Issue
Block a user