[1.2] 리플레이
- 리플레이 파일 다운로드 api 배열로 반환하도록 수정
This commit is contained in:
@ -545,9 +545,9 @@ func (h *houstonHandler) GetDemoFileLink(w http.ResponseWriter, r *http.Request)
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
link := path.Join(sub_folder_name_downloads, name, version, demoFileInfo.Name())
|
out := []string{path.Join(sub_folder_name_downloads, name, version, demoFileInfo.Name())}
|
||||||
enc := json.NewEncoder(w)
|
enc := json.NewEncoder(w)
|
||||||
enc.Encode(link)
|
enc.Encode(out)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (h *houstonHandler) GetDeployingProgress(w http.ResponseWriter, r *http.Request) {
|
func (h *houstonHandler) GetDeployingProgress(w http.ResponseWriter, r *http.Request) {
|
||||||
|
|||||||
Reference in New Issue
Block a user