From 0ef9f0e62d50b0d2cf5804db2325c622bc1194ff Mon Sep 17 00:00:00 2001 From: "ashutosh.nehete" Date: Thu, 28 Aug 2025 11:50:06 +0530 Subject: [PATCH] Change the endpoint of request Demo API --- Marco.Pms.Services/Controllers/MarketController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marco.Pms.Services/Controllers/MarketController.cs b/Marco.Pms.Services/Controllers/MarketController.cs index df89a03..e9bfde7 100644 --- a/Marco.Pms.Services/Controllers/MarketController.cs +++ b/Marco.Pms.Services/Controllers/MarketController.cs @@ -37,7 +37,7 @@ namespace Marco.Pms.Services.Controllers return Ok(ApiResponse.SuccessResponse(industries, "Success.", 200)); } - [HttpPost("inquiry")] + [HttpPost("enquire")] public async Task RequestDemo([FromBody] InquiryDto inquiryDto) { Inquiries inquiry = inquiryDto.ToInquiriesFromInquiriesDto();