This commit is contained in:
Alexander
2026-04-29 17:29:58 +02:00
parent 3ecc6aee62
commit 945aab82c2
24 changed files with 2038 additions and 822 deletions
+5 -4
View File
@@ -76,10 +76,11 @@ func main() {
}
handlers := &api.Handlers{
IndexerService: indexerService,
TorrentService: torrentService,
MetadataClient: metadataClient,
DB: db,
IndexerService: indexerService,
TorrentService: torrentService,
MetadataClient: metadataClient,
DB: db,
StorageBasePath: cfg.Storage.BasePath,
}
router := api.NewRouter(handlers)