Point test at dist dir

This commit is contained in:
Jessica Schilling 2020-07-24 16:35:14 -06:00
parent f10bbf5e6b
commit fde086d38a

View File

@ -8,7 +8,7 @@ import (
"text/template"
)
const templateFile = "../dir-index.html"
const templateFile = "../dist/dir-index.html"
// Copied from go-ipfs/core/corehttp/gateway_indexPage.go
type listingTemplateData struct {