fix: updates path on service

This commit is contained in:
Neil Dorin
2023-11-16 15:11:29 -07:00
parent 0e7672dc3a
commit 3ce284750a

View File

@@ -133,7 +133,7 @@ namespace PepperDash.Core
};
}
Debug.Console(0, "Adding Debug Client Service");
_httpsServer.AddWebSocketService<DebugClient>("/echo");
_httpsServer.AddWebSocketService<DebugClient>("/debug/join");
Debug.Console(0, "Assigning Log Info");
_httpsServer.Log.Level = LogLevel.Trace;
_httpsServer.Log.Output = delegate