Corrected the invoice attachment type APIs endpoint

This commit is contained in:
ashutosh.nehete 2025-11-25 19:21:35 +05:30
parent c4653b557c
commit d1f5240f8f

View File

@ -99,7 +99,7 @@ namespace Marco.Pms.Services.Controllers
/// </summary> /// </summary>
/// <param name="ct">The cancellation token.</param> /// <param name="ct">The cancellation token.</param>
/// <returns>The HTTP response containing the invoice attachment types.</returns> /// <returns>The HTTP response containing the invoice attachment types.</returns>
[HttpGet("purchase-attachment-type/list")] [HttpGet("invoice-attachment-type/list")]
public async Task<IActionResult> GetInvoiceAttachmentType(CancellationToken ct) public async Task<IActionResult> GetInvoiceAttachmentType(CancellationToken ct)
{ {
// Get the currently logged-in employee. // Get the currently logged-in employee.