Updated API route

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

View File

@ -6,7 +6,7 @@ using Microsoft.Extensions.Configuration;
namespace DamageAssesment.Api.SurveyResponses.Controllers
{
[Route("api")]
//[Route("api")]
[ApiController]
public class SurveyResponsesController : ControllerBase
{