syncing with web-ui

This commit is contained in:
Ace
2020-12-07 00:04:37 +01:00
parent 4dea07b1d1
commit 946ec7318e
3 changed files with 60 additions and 2 deletions

View File

@@ -20,6 +20,11 @@ def index():
def wifi_setup():
return render_template('wifi.html', title='Wifi-setup')
# SSH file
@app.route('/create_ssh')
def create_ssh():
return render_template('create_ssh.html', title='SSH file generator')
# Inkycal-setup
@app.route('/inkycal-config-v2-0-0', methods=['GET', 'POST'])