mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 19:54:55 +00:00
rework console client
This commit is contained in:
@@ -121,8 +121,8 @@ app.UseAuthorization();
|
||||
|
||||
app.MapControllers();
|
||||
|
||||
app.MapHub<ChatsHub>("/api/chats");
|
||||
app.MapHub<FriendsHub>("/api/friends");
|
||||
app.MapHub<ChatsHub>("/hubs/friends");
|
||||
app.MapHub<FriendsHub>("/hubs/friends");
|
||||
|
||||
app.MapSwagger().RequireAuthorization();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user