WIP
This commit is contained in:
+5
-4
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user