Browse Source

修改错误

qinchaoyue 4 months ago
parent
commit
e3dbd1a2f2
1 changed files with 1 additions and 1 deletions
  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);