Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h1>📡 Fonstr Relay Admin</h1>
</div>

<div>
<input type="text" id="relay-url" placeholder="ws://localhost:4444" value="ws://localhost:4444">
<input type="text" id="relay-url" placeholder="ws://localhost:4444/relay" value="ws://localhost:4444/relay">
<button onclick="connect()">Connect</button>
<button onclick="disconnect()">Disconnect</button>
</div>
Expand Down
23 changes: 0 additions & 23 deletions bin/relay.js

This file was deleted.

95 changes: 0 additions & 95 deletions deploy.sh

This file was deleted.

Loading