Фикс swagger
This commit is contained in:
@@ -28,4 +28,5 @@ public class SyncController : ControllerBase
|
||||
[HttpPost("employees")]
|
||||
public async Task<ActionResult> SearchEmployees([FromQuery] string fullname) =>
|
||||
Ok(await _sync.SearchEmployeesAsync(fullname));
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user