Added Login, TTS Login, Policies

This commit is contained in:
Tom
2024-10-25 19:09:34 +00:00
parent 0c7fbf1cb9
commit 65f4172bc2
10 changed files with 275 additions and 40 deletions

View File

@ -25,7 +25,7 @@ export class HermesSocketService implements OnInit {
private getNewWebSocket() {
return webSocket({
url: WS_ENDPOINT
url: environment.WSS_ENDPOINT
});
}