From 851931d51851eeadf8c17179e99c24a4fdb055b0 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Fri, 27 Dec 2024 01:01:08 -0500 Subject: [PATCH] http: Hmmm --- http/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (