technical edits

This commit is contained in:
Artemy
2025-12-12 17:23:01 +07:00
parent bf2aca40d3
commit 7e6f914878
23 changed files with 461 additions and 114 deletions
+2 -1
View File
@@ -133,7 +133,8 @@ app.MapHub<ChatsHub>("/hubs/chats");
app.MapHub<FriendsHub>("/hubs/friends");
app.MapHub<ProfileHub>("/hubs/profiles");
app.MapSwagger().RequireAuthorization();
app.MapSwagger()
.RequireAuthorization();
app.Map("/", () => "Not for browsers");