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();
|
return Ok();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[AllowAnonymous]
|
||||||
[Route("app/version")]
|
[Route("app/version")]
|
||||||
[HttpGet]
|
[HttpGet]
|
||||||
[HttpPost]
|
[HttpPost]
|
||||||
|
|
@ -71,6 +72,7 @@ public class QBittorrentController(ILogger<QBittorrentController> logger, QBitto
|
||||||
return Ok("v4.3.2");
|
return Ok("v4.3.2");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[AllowAnonymous]
|
||||||
[Route("app/webapiVersion")]
|
[Route("app/webapiVersion")]
|
||||||
[HttpGet]
|
[HttpGet]
|
||||||
[HttpPost]
|
[HttpPost]
|
||||||
|
|
@ -79,6 +81,7 @@ public class QBittorrentController(ILogger<QBittorrentController> logger, QBitto
|
||||||
return Ok("2.7");
|
return Ok("2.7");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[AllowAnonymous]
|
||||||
[Route("app/buildInfo")]
|
[Route("app/buildInfo")]
|
||||||
[HttpGet]
|
[HttpGet]
|
||||||
[HttpPost]
|
[HttpPost]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue