This commit is contained in:
Rich Gibson 2025-07-24 13:07:49 -04:00 committed by GitHub
commit 14c5ef52b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,7 +49,7 @@ def parse_arguments():
class ComplexHTTPRequestHandler(server.SimpleHTTPRequestHandler):
SUFFIXES = [".html", "/index.html", "/", ""]
SUFFIXES = ["/index.html",".html", "/", ""]
extensions_map = {
**server.SimpleHTTPRequestHandler.extensions_map,