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.