1
0
Fork 0
forked from anton/matekasse

Documentation

This commit is contained in:
2000-Trek 2023-06-21 20:12:06 +02:00
parent 3137648376
commit 49bb97d4c3

View file

@ -300,10 +300,10 @@ def get_id():
return make_response(json.dumps({"mode":"0","error":"418"}))
#Documentation
app.route("/documentation")
@app.route("/documentation")
def documentation():
return render_template("documentation.html")
def main():
atexit.register(exit_handler)
socketio.run(app, host='0.0.0.0', port=5000)