mirror of https://github.com/dirtbags/moth.git
Hackishly pulling in upstream change
This commit is contained in:
parent
ca88bffaf3
commit
1504561677
|
@ -210,7 +210,6 @@ sessionStorage.setItem("id", "devel-server")
|
||||||
self.end_headers()
|
self.end_headers()
|
||||||
self.wfile.write(body.encode('utf-8'))
|
self.wfile.write(body.encode('utf-8'))
|
||||||
endpoints.append((r"/", handle_index))
|
endpoints.append((r"/", handle_index))
|
||||||
#endpoints.append((r"/{ignored}", handle_index))
|
|
||||||
|
|
||||||
|
|
||||||
def handle_theme_file(self):
|
def handle_theme_file(self):
|
||||||
|
|
Loading…
Reference in New Issue