mirror of
https://github.com/zoriya/flood.git
synced 2026-06-06 03:56:42 +00:00
API: rename /add to /add-urls
To make things clearer.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import {TorrentProperties} from './Torrent';
|
||||
|
||||
// POST /api/torrents/add
|
||||
// POST /api/torrents/add-urls
|
||||
export interface AddTorrentByURLOptions {
|
||||
// URLs to download torrents from
|
||||
urls: Array<string>;
|
||||
|
||||
Reference in New Issue
Block a user