added api documentation.

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-01-09 18:57:55 -07:00
parent 8b1db34860
commit 9bdce69a2a
2 changed files with 132 additions and 0 deletions

View File

@@ -41,6 +41,11 @@ namespace CarCareTracker.Controllers
_gasHelper = gasHelper;
_reminderHelper = reminderHelper;
}
public IActionResult Index()
{
return View();
}
[HttpGet]
[Route("/api/vehicles")]
public IActionResult Vehicles()