mirror of
https://github.com/hargata/lubelog.git
synced 2025-12-10 00:46:08 -06:00
update Controller Action Name,
This commit is contained in:
parent
c82e0c8b9b
commit
f48e7cd0d4
@ -1168,7 +1168,7 @@ namespace CarCareTracker.Controllers
|
||||
}
|
||||
[HttpGet]
|
||||
[Route("/api/calendar")]
|
||||
public IActionResult CalendarICS()
|
||||
public IActionResult Calendar()
|
||||
{
|
||||
var vehiclesStored = _dataAccess.GetVehicles();
|
||||
if (!User.IsInRole(nameof(UserData.IsRootUser)))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user