From d1f5240f8ffb3c093c55a2a1c96f6697e7763371 Mon Sep 17 00:00:00 2001 From: "ashutosh.nehete" Date: Tue, 25 Nov 2025 19:21:35 +0530 Subject: [PATCH] Corrected the invoice attachment type APIs endpoint --- Marco.Pms.Services/Controllers/MasterController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marco.Pms.Services/Controllers/MasterController.cs b/Marco.Pms.Services/Controllers/MasterController.cs index 475cd5d..4a7b142 100644 --- a/Marco.Pms.Services/Controllers/MasterController.cs +++ b/Marco.Pms.Services/Controllers/MasterController.cs @@ -99,7 +99,7 @@ namespace Marco.Pms.Services.Controllers /// /// The cancellation token. /// The HTTP response containing the invoice attachment types. - [HttpGet("purchase-attachment-type/list")] + [HttpGet("invoice-attachment-type/list")] public async Task GetInvoiceAttachmentType(CancellationToken ct) { // Get the currently logged-in employee.