Update hub service

This commit is contained in:
2019-07-21 11:03:10 -04:00
parent 1bdb33400e
commit 5fd7bd21a4
7 changed files with 12 additions and 22 deletions

View File

@@ -3,7 +3,7 @@ using Microsoft.AspNetCore.SignalR;
using System;
using System.Threading.Tasks;
namespace Hub.Service.Hubs
namespace ChrisKaczor.HomeMonitor.Hub.Service.Hubs
{
[UsedImplicitly]
public class WeatherHub : Microsoft.AspNetCore.SignalR.Hub