summaryrefslogtreecommitdiffstats
path: root/api/nostr/v1/nostrv1connect/nostr.connect.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/nostr/v1/nostrv1connect/nostr.connect.go')
-rw-r--r--api/nostr/v1/nostrv1connect/nostr.connect.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/nostr/v1/nostrv1connect/nostr.connect.go b/api/nostr/v1/nostrv1connect/nostr.connect.go
index fd98039..5ec7d95 100644
--- a/api/nostr/v1/nostrv1connect/nostr.connect.go
+++ b/api/nostr/v1/nostrv1connect/nostr.connect.go
@@ -9,7 +9,7 @@ import (
9 context "context" 9 context "context"
10 errors "errors" 10 errors "errors"
11 http "net/http" 11 http "net/http"
12 v1 "northwest.io/nostr-grpc/api/nostr/v1" 12 v1 "northwest.io/muxstr/api/nostr/v1"
13 strings "strings" 13 strings "strings"
14) 14)
15 15