瀏覽代碼

Merge branch 'feature/snapshot' into dev

qinchaoyue 4 月之前
父節點
當前提交
6b01e3be58
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Hotline.Api/Controllers/Snapshot/IndustryController.cs

+ 1 - 1
src/Hotline.Api/Controllers/Snapshot/IndustryController.cs

@@ -207,7 +207,7 @@ public class IndustryController : BaseController
     /// </summary>
     /// <param name="id"></param>
     /// <returns></returns>
-    [HttpDelete("practitioner/{id}")]
+    [HttpGet("practitioner/{id}")]
     public async Task<PractitionerItemsOutDto> GetPractitionerAsync(string id)
         => await _industryApplication.GetPractitionerAsync(id);