kazelee
2025-05-19 452b9b63ada7ef220952412613552d36ed477adc
Controllers/DebugController.cs
@@ -58,5 +58,11 @@
        public string InsertLocCntrCg() {
            return DebugService.InsertLocCntrCg();
        }
        [HttpPost]
        [Route("SetTaskWeight")]
        public string SetTaskWeight(SetTaskWeightInfo model) {
            return DebugService.SetTaskWeight(model);
        }
    }
}