mirror of
https://dev.azure.com/tstanciu94/NetworkResurrector/_git/NetworkResurrector
synced 2025-06-21 19:17:04 +03:00
API controller rename
This commit is contained in:
parent
70307dc2b6
commit
11aa5b5ace
@ -6,12 +6,12 @@ using System.Threading.Tasks;
|
||||
namespace NetworkResurrector.Api.Controllers
|
||||
{
|
||||
[ApiController]
|
||||
[Route("resurrector-agent")]
|
||||
public class ResurrectorAgentController : ControllerBase
|
||||
[Route("network")]
|
||||
public class NetworkController : ControllerBase
|
||||
{
|
||||
private readonly IMediator _mediator;
|
||||
|
||||
public ResurrectorAgentController(IMediator mediator)
|
||||
public NetworkController(IMediator mediator)
|
||||
{
|
||||
_mediator = mediator;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user