Merge branch 'Main' of https://github.com/samsyntax24/OriginalGozareshgir into Main
This commit is contained in:
@@ -167,11 +167,11 @@ public class ProjectController : ProgramManagerBaseController
|
||||
return res;
|
||||
}
|
||||
|
||||
// [HttpPost("change-priority")]
|
||||
// public async Task<ActionResult<OperationResult>> ChangePriority([FromBody] ChangeTaskPriorityCommand command)
|
||||
// {
|
||||
// var res = await _mediator.Send(command);
|
||||
// return res;
|
||||
// }
|
||||
[HttpPost("change-priority")]
|
||||
public async Task<ActionResult<OperationResult>> ChangePriority([FromBody] ChangeTaskPriorityCommand command)
|
||||
{
|
||||
var res = await _mediator.Send(command);
|
||||
return res;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user