From ca07f80b2116e26810e428f9430efc4b43bb87ff Mon Sep 17 00:00:00 2001 From: yanghongwei Date: Wed, 2 Apr 2025 21:53:32 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); });