mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-01-11 19:44:44 +00:00
fix: updates path on service
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user