mirror of
https://github.com/C9Glax/tranga.git
synced 2025-10-15 01:40:44 +02:00
Fix endpoint ambiguity MangaConnectorController
This commit is contained in:
@@ -47,7 +47,7 @@ public class MangaConnectorController(MangaContext context) : Controller
|
|||||||
/// Get all <see cref="API.MangaConnectors.MangaConnector"/> (Scanlation-Sites) with <paramref name="Enabled"/>-Status
|
/// Get all <see cref="API.MangaConnectors.MangaConnector"/> (Scanlation-Sites) with <paramref name="Enabled"/>-Status
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <response code="200"></response>
|
/// <response code="200"></response>
|
||||||
[HttpGet("{Enabled}")]
|
[HttpGet("Enabled/{Enabled}")]
|
||||||
[ProducesResponseType<List<MangaConnector>>(Status200OK, "application/json")]
|
[ProducesResponseType<List<MangaConnector>>(Status200OK, "application/json")]
|
||||||
public Ok<List<MangaConnector>> GetEnabledConnectors(bool Enabled)
|
public Ok<List<MangaConnector>> GetEnabledConnectors(bool Enabled)
|
||||||
{
|
{
|
||||||
|
@@ -1538,7 +1538,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"/v2/MangaConnector/{Enabled}": {
|
"/v2/MangaConnector/Enabled/{Enabled}": {
|
||||||
"get": {
|
"get": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"MangaConnector"
|
"MangaConnector"
|
||||||
|
Reference in New Issue
Block a user