forked from bton/matekasse
Documentation
This commit is contained in:
parent
3137648376
commit
49bb97d4c3
1 changed files with 2 additions and 2 deletions
2
main.py
2
main.py
|
@ -300,7 +300,7 @@ 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")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue