다운로드 링크 수정

This commit is contained in:
2023-06-13 23:49:25 +09:00
parent c4c0f86947
commit 43da9424f0

View File

@ -349,7 +349,7 @@ func (h *houstonHandler) GetLogFileLinks(w http.ResponseWriter, r *http.Request)
var out []string
for _, lf := range logfiles {
out = append(out, path.Join(root, lf.Name()))
out = append(out, path.Join("downloads", name, version, lf.Name()))
}
enc := json.NewEncoder(w)