Merge pull request 'Renamed frontend service to Message Queue Service' (#5) from feature/rabbit-mq into master
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #5
This commit is contained in:
commit
8a0212a139
@ -82,7 +82,7 @@ namespace Birdmap.API.Controllers
|
|||||||
Service = new()
|
Service = new()
|
||||||
{
|
{
|
||||||
Id = 0,
|
Id = 0,
|
||||||
Name = "Mqtt Client Service",
|
Name = "Message Queue Service",
|
||||||
Uri = "localhost",
|
Uri = "localhost",
|
||||||
},
|
},
|
||||||
Response = $"IsConnected: {_communicationService.IsConnected}",
|
Response = $"IsConnected: {_communicationService.IsConnected}",
|
||||||
|
Loading…
Reference in New Issue
Block a user