fix(IAuthClient): umbenannt in IAuthClient
This commit is contained in:
parent
f562690b19
commit
6245a94f43
@ -1,6 +1,6 @@
|
|||||||
namespace DigitalData.Auth.Abstractions;
|
namespace DigitalData.Auth.Abstractions;
|
||||||
|
|
||||||
public interface IChatClient
|
public interface IAuthClient
|
||||||
{
|
{
|
||||||
Task ReceiveMessage(string user, string message);
|
Task ReceiveMessage(string user, string message);
|
||||||
|
|
||||||
@ -1,5 +1,4 @@
|
|||||||
using Microsoft.AspNetCore.Authorization;
|
using Microsoft.AspNetCore.SignalR;
|
||||||
using Microsoft.AspNetCore.SignalR;
|
|
||||||
|
|
||||||
namespace DigitalData.Auth.API.Hubs;
|
namespace DigitalData.Auth.API.Hubs;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user