summaryrefslogtreecommitdiffstats
path: root/internal/handler
diff options
context:
space:
mode:
authorbndw <ben@bdw.to>2026-02-14 11:43:46 -0800
committerbndw <ben@bdw.to>2026-02-14 11:43:46 -0800
commit3e0ddc90c8f4ae7658cc07fb183aa0a7ecc338b7 (patch)
tree3f32c78bf494fdd2c56428d978589d26be5f4dd8 /internal/handler
parent6d4efba4f343e6b394676ad20c0ac292ba974763 (diff)
index update
Diffstat (limited to 'internal/handler')
-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