correct the aggregate example (#5412)

Without the `/api` on the end it works but with it doesn't so maybe a typo?
This commit is contained in:
dvdbot 2019-06-06 21:27:34 +02:00 committed by garfield69
parent edbb0159e7
commit d010053f36
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ Trackers marked with [![(invite needed)][inviteneeded]](#) have no active maint
### Aggregate indexers ### Aggregate indexers
A special "all" indexer is available at `/api/v2.0/indexers/all/results/torznab/api`. A special "all" indexer is available at `/api/v2.0/indexers/all/results/torznab`.
It will query all configured indexers and return the combined results. It will query all configured indexers and return the combined results.
If your client supports multiple feeds it's recommended to add each indexer directly instead of using the all indexer. If your client supports multiple feeds it's recommended to add each indexer directly instead of using the all indexer.