summaryrefslogtreecommitdiffstats
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rw-r--r--internal/handler/websocket/index.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/handler/websocket/index.go b/internal/handler/websocket/index.go
index 2c51564..ee3a362 100644
--- a/internal/handler/websocket/index.go
+++ b/internal/handler/websocket/index.go
@@ -96,7 +96,7 @@ var indexTemplate = template.Must(template.New("index").Parse(`<!DOCTYPE html>
96<p><code>{{.GrpcAddr}}</code></p> 96<p><code>{{.GrpcAddr}}</code></p>
97<p>High-performance binary protocol using Protocol Buffers over HTTP/2.</p> 97<p>High-performance binary protocol using Protocol Buffers over HTTP/2.</p>
98 98
99<h3>Connect (HTTP/JSON)</h3> 99<h3>HTTP/JSON</h3>
100<p><code>{{.HttpAddr}}/nostr.v1.NostrRelay/*</code></p> 100<p><code>{{.HttpAddr}}/nostr.v1.NostrRelay/*</code></p>
101<p>Browser-compatible HTTP interface. Standard JSON over HTTP/1.1 or HTTP/2. CORS enabled.</p> 101<p>Browser-compatible HTTP interface. Standard JSON over HTTP/1.1 or HTTP/2. CORS enabled.</p>
102 102