http: Hmmm

This commit is contained in:
Sasha Koshka 2024-12-27 01:01:08 -05:00
parent c6228037cb
commit 851931d518

View File

@ -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 (