Browse Source

1

feature/x1-web-request
root 5 days ago
parent
commit
46af76580f
  1. 2
      src/X1.Application/Features/Devices/Commands/CreateDevice/CreateDeviceCommandHandler.cs

2
src/X1.Application/Features/Devices/Commands/CreateDevice/CreateDeviceCommandHandler.cs

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

Loading…
Cancel
Save