Remove dead route
This commit is contained in:
parent
dcebd79666
commit
aa5ad8eb90
5
docs.py
5
docs.py
@ -300,11 +300,6 @@ def ioctl(original):
|
|||||||
return (f"CTL_CODE({deviceType}, {function}, {method}, {access})")
|
return (f"CTL_CODE({deviceType}, {function}, {method}, {access})")
|
||||||
|
|
||||||
|
|
||||||
@app.route("/styles.css")
|
|
||||||
def styles():
|
|
||||||
return send_from_directory(".", "styles.css")
|
|
||||||
|
|
||||||
|
|
||||||
@app.route("/tango.css")
|
@app.route("/tango.css")
|
||||||
def tango():
|
def tango():
|
||||||
return send_from_directory(".", "tango.css")
|
return send_from_directory(".", "tango.css")
|
||||||
|
Loading…
Reference in New Issue
Block a user