Skip to content

Commit

Permalink
docs(api): [torrust#143] remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Jan 13, 2023
1 parent 6ddbdd9 commit 6955666
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions tests/tracker_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,33 +9,6 @@ mod api;

mod tracker_apis {

/*
Endpoints:
Stats:
- [ ] GET /api/stats
Torrents:
- [ ] GET /api/torrents?offset=:u32&limit=:u32
- [ ] GET /api/torrent/:info_hash
Whitelisted torrents:
- [ ] POST /api/whitelist/:info_hash
- [ ] DELETE /api/whitelist/:info_hash
Whitelist commands:
- [ ] GET /api/whitelist/reload
Keys:
- [ ] POST /api/key/:seconds_valid
- [ ] DELETE /api/key/:key
Keys commands
- [ ] GET /api/keys/reload
*/

// When these infohashes are used in URL path params
// the response is a custom response returned in the handler
fn invalid_infohashes_returning_bad_request() -> Vec<String> {
Expand Down

0 comments on commit 6955666

Please sign in to comment.