@ -270,7 +270,7 @@ public class CreateDeviceCommandHandler : IRequestHandler<CreateDeviceCommand, O
Ip = request.IpAddress,
Port = request.AgentPort,
Protocol = "http",
BasePath= "/api/v1/",
BasePath= "/api/v1",
Timeout = 10,
Enabled = true
};