From 6987f4be838543f57750b376b7fa6c87329228e6 Mon Sep 17 00:00:00 2001
From: he <10978375@qq.com>
Date: Mon, 19 Jun 2023 16:24:47 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Service/Reading/ClinicalData/ClinicalQuestionService.cs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/IRaCIS.Core.Application/Service/Reading/ClinicalData/ClinicalQuestionService.cs b/IRaCIS.Core.Application/Service/Reading/ClinicalData/ClinicalQuestionService.cs
index 519757da8..b07e79eb1 100644
--- a/IRaCIS.Core.Application/Service/Reading/ClinicalData/ClinicalQuestionService.cs
+++ b/IRaCIS.Core.Application/Service/Reading/ClinicalData/ClinicalQuestionService.cs
@@ -205,7 +205,7 @@ namespace IRaCIS.Core.Application.Service
///
///
///
- [HttpDelete("{id:guid}")]
+ [HttpPost("{id:guid}")]
public async Task DeleteSystemClinicalTableQuestion(Guid id)
{
var success = await _systemClinicalTableQuestionRepository.DeleteFromQueryAsync(t => t.Id == id, true);
@@ -256,7 +256,7 @@ namespace IRaCIS.Core.Application.Service
///
///
///
- [HttpDelete("{id:guid}")]
+ [HttpPost("{id:guid}")]
public async Task DeleteTrialClinicalTableQuestion(Guid id)
{
var success = await _trialClinicalTableQuestionRepository.DeleteFromQueryAsync(t => t.Id == id, true);