diff --git a/LstWrapper/Program.cs b/LstWrapper/Program.cs index 44a9831..8cc918a 100644 --- a/LstWrapper/Program.cs +++ b/LstWrapper/Program.cs @@ -20,6 +20,7 @@ app.Use(async (context, next) => if (context.WebSockets.IsWebSocketRequest && context.Request.Path.StartsWithSegments("/lst/api/logger/logs")) { + Console.WriteLine("WebSocket request received!"); try { var backendUri = new UriBuilder("ws", "localhost", 8080) diff --git a/LstWrapper/web.config b/LstWrapper/web.config index ec6025a..cb117fe 100644 --- a/LstWrapper/web.config +++ b/LstWrapper/web.config @@ -9,6 +9,10 @@ + + + +