接口路由bug

This commit is contained in:
2022-04-19 16:27:05 +08:00
parent e142e8ef02
commit 0f6bae867c
3 changed files with 7 additions and 7 deletions
@@ -78,7 +78,7 @@ namespace IRaCIS.Application.Services
/// <summary>
/// 删除协议
/// </summary>
[HttpDelete, Route("deleteReviewerAckSOW/{trialId}/{doctorId}/{attachmentId}")]
[HttpDelete, Route("{trialId}/{doctorId}/{attachmentId}")]
[TypeFilter(typeof(TrialResourceFilter))]
public async Task<IResponseOutput> DeleteReviewerAckSOW(Guid trialId, Guid doctorId, Guid attachmentId)