Updated API route

This commit is contained in:
Santhosh S
2023-08-29 22:23:40 -04:00
parent 82cfa5706a
commit e0cb2ccc7d
51 changed files with 1157 additions and 193 deletions

View File

@ -4,7 +4,7 @@ using Microsoft.AspNetCore.Mvc;
namespace DamageAssesment.Api.Locations.Controllers
{
[Route("api")]
//[Route("api")]
[ApiController]
public class LocationsController : ControllerBase
{

View File

@ -3,7 +3,7 @@ using Microsoft.AspNetCore.Mvc;
namespace DamageAssesment.Api.Locations.Controllers
{
[Route("api/[controller]")]
//[Route("api/[controller]")]
[ApiController]
public class RegionsController : ControllerBase
{