Updated API route

This commit is contained in:
Santhosh S
2023-08-31 11:10:38 -04:00
parent a130aff300
commit e5eb414876
51 changed files with 1157 additions and 193 deletions
@@ -7,7 +7,7 @@ using System.Net.Http.Headers;
namespace DamageAssesment.Api.Attachments.Controllers
{
[Route("api")]
//[Route("api")]
[ApiController]
public class AttachmentsController : ControllerBase
{