update api domain

This commit is contained in:
Alex Grintsvayg 2019-07-30 18:02:32 -04:00
parent db83ebe434
commit 2497f354bd
No known key found for this signature in database
GPG key ID: AEB3F089F86A22B5

View file

@ -19,7 +19,7 @@ import (
log "github.com/sirupsen/logrus"
)
const blocklistURL = "https://api.lbry.io/file/list_blocked"
const blocklistURL = "https://api.lbry.com/file/list_blocked"
func (s *Server) enableBlocklist(b store.Blocklister) {
// TODO: updateBlocklist should be killed when server is shutting down