mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-13 20:46:34 +00:00
fix: updates path on service
This commit is contained in:
parent
0e7672dc3a
commit
3ce284750a
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ namespace PepperDash.Core
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
Debug.Console(0, "Adding Debug Client Service");
|
Debug.Console(0, "Adding Debug Client Service");
|
||||||
_httpsServer.AddWebSocketService<DebugClient>("/echo");
|
_httpsServer.AddWebSocketService<DebugClient>("/debug/join");
|
||||||
Debug.Console(0, "Assigning Log Info");
|
Debug.Console(0, "Assigning Log Info");
|
||||||
_httpsServer.Log.Level = LogLevel.Trace;
|
_httpsServer.Log.Level = LogLevel.Trace;
|
||||||
_httpsServer.Log.Output = delegate
|
_httpsServer.Log.Output = delegate
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue