fixing naming

This commit is contained in:
Michele 2020-11-22 21:41:22 +00:00
parent 82f4f2aa1a
commit f008c1472a
9 changed files with 10 additions and 10 deletions

View file

@ -11,7 +11,7 @@ using Microsoft.AspNetCore.Authorization;
using Sledgemapper.Api.Models;
using Sledgemapper.Helpers;
namespace SignalRChat.Hubs
namespace Sledgemapper.Api.Hubs
{
[Authorize]
public class SledgemapperHub : Hub<ISledgemapperClient>