Webui starting to work a bit better
This commit is contained in:
parent
e5d96243d4
commit
795ae82439
5 changed files with 415 additions and 404 deletions
|
|
@ -57,7 +57,8 @@ impl HttpApi {
|
|||
"GET /torrents/{index}/peer_stats": "Per peer stats",
|
||||
// This is kind of not secure as it just reads any local file that it has access to,
|
||||
// or any URL, but whatever, ok for our purposes / threat model.
|
||||
"POST /torrents": "Add a torrent here. magnet: or http:// or a local file."
|
||||
"POST /torrents": "Add a torrent here. magnet: or http:// or a local file.",
|
||||
"GET /web/": "Web UI",
|
||||
},
|
||||
"server": "rqbit",
|
||||
}))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue