client도 storageroot지원
This commit is contained in:
@ -45,7 +45,7 @@ func NewHoustonHandler() HoustonServerWithHandler {
|
||||
}
|
||||
|
||||
func (h *houstonHandler) RegisterHandlers(serveMux *http.ServeMux, prefix string) error {
|
||||
storagePath := loadServerConfig().StoragePath
|
||||
storagePath := loadServerConfig().StorageRoot
|
||||
h.deployPath = path.Join(storagePath, "deploys")
|
||||
h.downloadPath = path.Join(storagePath, "downloads")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user