From dc7e62a92be041b1e9baed0dd417dcbea3c1fd82 Mon Sep 17 00:00:00 2001 From: TheoryOfNekomata Date: Sat, 4 Feb 2023 12:09:27 +0800 Subject: [PATCH] Fix test client Use correct markup for connecting to the server. --- TODO.md | 3 +++ tools/websocket-client/index.html | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 8776bc5..4384186 100644 --- a/TODO.md +++ b/TODO.md @@ -1,3 +1,6 @@ +- [ ] Fix gamepad mapping + - [ ] Provide default mapping + - [ ] Allow customization of button mappings - [ ] Authentication server, using HTTP dynamic content - [ ] server - [ ] client (frontend) diff --git a/tools/websocket-client/index.html b/tools/websocket-client/index.html index 61f4663..5ff6c9f 100644 --- a/tools/websocket-client/index.html +++ b/tools/websocket-client/index.html @@ -78,7 +78,7 @@ type="url" name="serverUrl" autocomplete="off" - value="binding://localhost:42069" + value="ws://localhost:42069" required > @@ -92,7 +92,7 @@ Username