mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 11:44:56 +00:00
using Govor.Core.Models.Users;
This commit is contained in:
@@ -121,7 +121,7 @@ app.UseAuthorization();
|
||||
|
||||
app.MapControllers();
|
||||
|
||||
app.MapHub<ChatsHub>("/hubs/friends");
|
||||
app.MapHub<ChatsHub>("/hubs/chats");
|
||||
app.MapHub<FriendsHub>("/hubs/friends");
|
||||
|
||||
app.MapSwagger().RequireAuthorization();
|
||||
|
||||
Reference in New Issue
Block a user