mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 19:54:55 +00:00
568b09ba81
userValidotor has been added and tests are being developed
8 lines
100 B
C#
8 lines
100 B
C#
using Microsoft.AspNetCore.SignalR;
|
|
|
|
namespace Govor.API.Hubs;
|
|
|
|
public class UsersHub : Hub
|
|
{
|
|
|
|
} |