This commit is contained in:
kagbie3nn@mail.ru 2024-05-31 15:47:53 +04:00
parent cdc415a487
commit 8a323f321e

View File

@ -38,7 +38,7 @@ namespace ZooRestApi.Controllers
}
}
[HttpGet]
public List<RouteViewModel>? GetRoutes(int? clientId)
public List<RouteViewModel>? GetRoute(int? clientId)
{
try
{
@ -84,7 +84,7 @@ namespace ZooRestApi.Controllers
{
try
{
return _route.Update(model);
return _route.Update(model);
}
catch (Exception ex)
{