-
This commit is contained in:
parent
4340f66766
commit
bf41b872a4
1
app.py
1
app.py
@ -44,6 +44,7 @@ def create_conf():
|
||||
@app.route('/api/createconf', methods=['POST'])
|
||||
def create_conf_post():
|
||||
config_name = request.form['config_name']
|
||||
print(config_name)
|
||||
token_name = request.form['token_name']
|
||||
key_length = request.form['key_length']
|
||||
folder = utils.generate_random_string(5)
|
||||
|
Loading…
Reference in New Issue
Block a user