add request item to login form

This commit is contained in:
Andrew Gundersen 2021-02-11 09:00:47 -06:00
commit 95f84ec391
2 changed files with 2 additions and 1 deletions

View file

@ -24,7 +24,7 @@ interface TextMessage {
}
const ip = 'ws://localhost';
const port = 8081;
const port = 8080;
const reconnectTimeout = 3000; //ms
let socket: WebSocket;
let success = false;