Renamed frontend service to Message Queue Service #5

Merged
tormakris merged 1 commits from feature/rabbit-mq into master 2021-01-17 18:33:29 +01:00
Showing only changes of commit 802806b4c2 - Show all commits

View File

@ -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}",