From ab9de38b48d464fcf3b86b6889ceaba228a64d4f Mon Sep 17 00:00:00 2001 From: kamonwan taengsuk Date: Wed, 19 Mar 2025 16:15:25 +0700 Subject: [PATCH] Bug Fixed --- Controllers/Budget.Controller.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Controllers/Budget.Controller.cs b/Controllers/Budget.Controller.cs index 52ac663..8f08987 100644 --- a/Controllers/Budget.Controller.cs +++ b/Controllers/Budget.Controller.cs @@ -3603,6 +3603,7 @@ namespace rmutr_report.Controllers return Ok(); } + [SwaggerOperation("ประมาณการรายรับ รายจ่าย")] [HttpPost, Route("reports/estimate_income_expenses/{type}")] [ApiExplorerSettings(GroupName = "reports")]