diff --git a/http/handler.go b/http/handler.go index c39f242..8f8437e 100644 --- a/http/handler.go +++ b/http/handler.go @@ -186,7 +186,7 @@ func (this *Handler) serveFile ( http.ServeFileFS(res, req, this.Environment.GetFS(), name) return } - this.serveDocument(res, req, name) + this.serveDocument(res, req, name) } func (this *Handler) serveDirectory (