mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
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:
parent
f54c51fa06
commit
b0a30dd136
5 changed files with 20 additions and 12 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue