Modifying endpoint routes to make more sense

This commit is contained in:
TypoMustakes
2023-12-05 14:37:49 +01:00
parent a55354e484
commit 297a1a0f3d
4 changed files with 10 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ using WD7UVN_HFT_2023241.Models;
namespace WD7UVN_HFT_2023241.Endpoint
{
[ApiController]
[Route("api/database")]
[Route("api/Customer")]
public class CustomerController : ControllerBase
{
public ILogicServices LogicServices { get; set; }