Fixed endpoint naming and http methods

This commit is contained in:
2025-12-28 17:36:01 +01:00
parent 6f7afca195
commit fe6bbfe9e5
6 changed files with 113 additions and 67 deletions

View File

@@ -22,7 +22,7 @@ public class ServerController : ControllerBase
_aIProvider = aIProvider;
}
[HttpGet("GetModels")]
[HttpGet("Models")]
public ActionResult<ServerGetModelsResult> GetModels()
{
try