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