|
@@ -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);
|
|
|
|