Corrected the invoice attachment type APIs endpoint
This commit is contained in:
parent
c4653b557c
commit
d1f5240f8f
@ -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.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user