update api domain
This commit is contained in:
parent
db83ebe434
commit
2497f354bd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue