Don't know why this was added. Breaks things

This commit is contained in:
John Donaldson 2019-08-13 21:24:28 +01:00
parent 03d1182e73
commit e7da829c0c
1 changed files with 0 additions and 1 deletions

View File

@ -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):