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); } } }