mirror of
https://github.com/bitwarden/server
synced 2025-12-18 09:13:19 +00:00
enable notifications services
This commit is contained in:
@@ -105,7 +105,7 @@ namespace Bit.Notifications
|
||||
// Add SignlarR
|
||||
app.UseSignalR(routes =>
|
||||
{
|
||||
routes.MapHub<NotificationsHub>("/notifications-hub");
|
||||
routes.MapHub<NotificationsHub>("/hub");
|
||||
});
|
||||
|
||||
// Add MVC to the request pipeline.
|
||||
|
||||
Reference in New Issue
Block a user