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:
		@@ -82,7 +82,7 @@ namespace Birdmap.API.Controllers
 | 
			
		||||
                Service = new()
 | 
			
		||||
                {
 | 
			
		||||
                    Id = 0,
 | 
			
		||||
                    Name = "Mqtt Client Service",
 | 
			
		||||
                    Name = "Message Queue Service",
 | 
			
		||||
                    Uri = "localhost",
 | 
			
		||||
                },
 | 
			
		||||
                Response = $"IsConnected: {_communicationService.IsConnected}",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user