Add favicons to enhance site visibility
This commit is contained in:
3
main.py
3
main.py
@@ -530,6 +530,9 @@ def apps_running():
|
||||
def index():
|
||||
return bottle.static_file("index.html", root='html')
|
||||
|
||||
@bottle.route("/<filepath:path>")
|
||||
def serve_static(filepath):
|
||||
return bottle.static_file(filepath, root='html')
|
||||
|
||||
@bottle.route("/setgamma/<r>/<g>/<b>/<w>")
|
||||
def setGamma(r, g, b, w):
|
||||
|
Reference in New Issue
Block a user