This commit is contained in:
he
2022-04-12 16:25:52 +08:00
parent 0e7e405fb5
commit 8f3c5d6b71
3 changed files with 5 additions and 3 deletions
@@ -154,7 +154,7 @@ namespace IRaCIS.Core.API.Controllers
/// </summary>
/// <param name="opt"></param>
/// <returns></returns>
[HttpPost, Route("Inspection/Inspection/DeleteNoneDicomStudy")]
[HttpPost, Route("Inspection/noneDicom/DeleteNoneDicomStudy")]
[UnitOfWork]
public async Task<IResponseOutput> DeleteNoneDicomStudy(DataInspectionDto<IDDto> opt)
{