feat(indexers): REDACTED update urls (#1830)

* feat(indexers): REDACTED update urls

* feat(databse): REDACTED update urls in db with migrations
This commit is contained in:
ze0s 2024-11-24 14:07:45 +01:00 committed by GitHub
parent f54c51fa06
commit b0a30dd136
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 20 additions and 12 deletions

View file

@ -20,7 +20,7 @@ import (
"golang.org/x/time/rate"
)
const DefaultURL = "https://redacted.ch/ajax.php"
const DefaultURL = "https://redacted.sh/ajax.php"
type ApiClient interface {
GetTorrentByID(ctx context.Context, torrentID string) (*domain.TorrentBasic, error)