diff --git a/Program.cs b/Program.cs index 92f86cb..103265c 100644 --- a/Program.cs +++ b/Program.cs @@ -121,7 +121,7 @@ app.UseMiddleware(); //Ö´ÐÐÆ¥ÅäµÄ¶Ëµã app.UseEndpoints(endpoints => { - endpoints.MapHub("/notification"); + endpoints.MapHub("/websocket"); endpoints.MapControllers(); });