switch to sky.pixeldrain.com

This commit is contained in:
Wim Brand
2020-02-05 11:21:46 +01:00
parent 045b8959a0
commit 2fba11269a
2 changed files with 3 additions and 3 deletions

View File

@@ -165,7 +165,7 @@ func (wc *WebController) serveSkynetViewer(w http.ResponseWriter, r *http.Reques
// Get the first few bytes from the file to probe the content type and
// length
rq, err := http.NewRequest("GET", "https://siasky.net/"+p.ByName("id"), nil)
rq, err := http.NewRequest("GET", "https://sky.pixeldrain.com/"+p.ByName("id"), nil)
if err != nil {
log.Warn("Failed to make request to sia portal: %s", err)
w.WriteHeader(http.StatusInternalServerError)