mirror of
https://github.com/C9Glax/tranga.git
synced 2025-10-14 17:30:45 +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
|
||||
/// </summary>
|
||||
/// <response code="200"></response>
|
||||
[HttpGet("{Enabled}")]
|
||||
[HttpGet("Enabled/{Enabled}")]
|
||||
[ProducesResponseType<List<MangaConnector>>(Status200OK, "application/json")]
|
||||
public Ok<List<MangaConnector>> GetEnabledConnectors(bool Enabled)
|
||||
{
|
||||
|
@@ -1538,7 +1538,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/v2/MangaConnector/{Enabled}": {
|
||||
"/v2/MangaConnector/Enabled/{Enabled}": {
|
||||
"get": {
|
||||
"tags": [
|
||||
"MangaConnector"
|
||||
|
Reference in New Issue
Block a user