Compare commits

..

No commits in common. "8a0212a13901616066f0668ea8ae77ed632e3cec" and "1d4bf2d0b6631f827bcbd9ed2fc5beb62aab9343" have entirely different histories.

View File

@ -82,7 +82,7 @@ namespace Birdmap.API.Controllers
Service = new() Service = new()
{ {
Id = 0, Id = 0,
Name = "Message Queue Service", Name = "Mqtt Client Service",
Uri = "localhost", Uri = "localhost",
}, },
Response = $"IsConnected: {_communicationService.IsConnected}", Response = $"IsConnected: {_communicationService.IsConnected}",