added static files for config editor

workspace
Brendan Howell 4 years ago
parent 3275f43738
commit 5db5495153

@ -72,7 +72,7 @@ class IhrApp(Bottle):
pass
def static(self, path):
spath = os.path.join(self.tdir, "web_static", path)
return static_file(spath)
root_path = os.path.join(self.tdir, "web_static")
return static_file(path, root=root_path)

Loading…
Cancel
Save