Commit 62451039 authored by Steven Allen's avatar Steven Allen

fix(gateway): serve the index with serveFile

parent 36db5bf6
......@@ -289,7 +289,7 @@ func (i *gatewayHandler) getOrHeadHandler(w http.ResponseWriter, r *http.Request
}
// write to request
http.ServeContent(w, r, "index.html", modtime, f)
i.serveFile(w, r, "index.html", modtime, f)
return
case resolver.ErrNoLink:
// no index.html; noop
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment