Merge branch 'main' of https://github.com/rogerfar/rdt-client
This commit is contained in:
commit
25c06ab6fc
1 changed files with 3 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ public class QBittorrentController(ILogger<QBittorrentController> logger, QBitto
|
|||
return Ok();
|
||||
}
|
||||
|
||||
[AllowAnonymous]
|
||||
[Route("app/version")]
|
||||
[HttpGet]
|
||||
[HttpPost]
|
||||
|
|
@ -71,6 +72,7 @@ public class QBittorrentController(ILogger<QBittorrentController> logger, QBitto
|
|||
return Ok("v4.3.2");
|
||||
}
|
||||
|
||||
[AllowAnonymous]
|
||||
[Route("app/webapiVersion")]
|
||||
[HttpGet]
|
||||
[HttpPost]
|
||||
|
|
@ -79,6 +81,7 @@ public class QBittorrentController(ILogger<QBittorrentController> logger, QBitto
|
|||
return Ok("2.7");
|
||||
}
|
||||
|
||||
[AllowAnonymous]
|
||||
[Route("app/buildInfo")]
|
||||
[HttpGet]
|
||||
[HttpPost]
|
||||
|
|
|
|||
Loading…
Reference in a new issue