yl
2023-03-07 f124194894fe28e5b67d0e2d838d5b1524f43e66
VueWebApi/App_Start/Startup.cs
@@ -46,6 +46,7 @@
                //启动配置
                map.RunSignalR(hubConfiguration);
            });
            app.MapSignalR();
        }
    }
}