Pārlūkot izejas kodu

Fix test client

Use correct markup for connecting to the server.
master
TheoryOfNekomata pirms 1 gada
vecāks
revīzija
dc7e62a92b
2 mainītis faili ar 5 papildinājumiem un 2 dzēšanām
  1. +3
    -0
      TODO.md
  2. +2
    -2
      tools/websocket-client/index.html

+ 3
- 0
TODO.md Parādīt failu

@@ -1,3 +1,6 @@
- [ ] Fix gamepad mapping
- [ ] Provide default mapping
- [ ] Allow customization of button mappings
- [ ] Authentication server, using HTTP dynamic content
- [ ] server
- [ ] client (frontend)


+ 2
- 2
tools/websocket-client/index.html Parādīt failu

@@ -78,7 +78,7 @@
type="url"
name="serverUrl"
autocomplete="off"
value="binding://localhost:42069"
value="ws://localhost:42069"
required
>
</label>
@@ -92,7 +92,7 @@
<span>Username</span>
<input
type="text"
name="usernames"
name="username"
autocomplete="off"
value="Web"
required


Notiek ielāde…
Atcelt
Saglabāt