Fixed endpoint naming and http methods
This commit is contained in:
@@ -22,7 +22,7 @@ public class ServerController : ControllerBase
|
||||
_aIProvider = aIProvider;
|
||||
}
|
||||
|
||||
[HttpGet("GetModels")]
|
||||
[HttpGet("Models")]
|
||||
public ActionResult<ServerGetModelsResult> GetModels()
|
||||
{
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user