forked from bton/matekasse
Documentation
This commit is contained in:
parent
3137648376
commit
49bb97d4c3
1 changed files with 2 additions and 2 deletions
4
main.py
4
main.py
|
@ -300,10 +300,10 @@ def get_id():
|
||||||
return make_response(json.dumps({"mode":"0","error":"418"}))
|
return make_response(json.dumps({"mode":"0","error":"418"}))
|
||||||
|
|
||||||
#Documentation
|
#Documentation
|
||||||
app.route("/documentation")
|
@app.route("/documentation")
|
||||||
def documentation():
|
def documentation():
|
||||||
return render_template("documentation.html")
|
return render_template("documentation.html")
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
atexit.register(exit_handler)
|
atexit.register(exit_handler)
|
||||||
socketio.run(app, host='0.0.0.0', port=5000)
|
socketio.run(app, host='0.0.0.0', port=5000)
|
Loading…
Reference in a new issue