다운로드 링크 수정
This commit is contained in:
@ -349,7 +349,7 @@ func (h *houstonHandler) GetLogFileLinks(w http.ResponseWriter, r *http.Request)
|
|||||||
|
|
||||||
var out []string
|
var out []string
|
||||||
for _, lf := range logfiles {
|
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)
|
enc := json.NewEncoder(w)
|
||||||
|
|||||||
Reference in New Issue
Block a user