mirror of https://github.com/dirtbags/moth.git
Don't know why this was added. Breaks things
This commit is contained in:
parent
03d1182e73
commit
e7da829c0c
|
@ -210,7 +210,6 @@ sessionStorage.setItem("id", "devel-server")
|
|||
self.end_headers()
|
||||
self.wfile.write(body.encode('utf-8'))
|
||||
endpoints.append((r"/", handle_index))
|
||||
endpoints.append((r"/{ignored}", handle_index))
|
||||
|
||||
|
||||
def handle_theme_file(self):
|
||||
|
|
Loading…
Reference in New Issue