summaryrefslogtreecommitdiffstats
path: root/internal/handler/connect
diff options
context:
space:
mode:
Diffstat (limited to 'internal/handler/connect')
-rw-r--r--internal/handler/connect/handler.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/handler/connect/handler.go b/internal/handler/connect/handler.go
index f33e4fc..7687154 100644
--- a/internal/handler/connect/handler.go
+++ b/internal/handler/connect/handler.go
@@ -6,9 +6,9 @@ import (
6 "connectrpc.com/connect" 6 "connectrpc.com/connect"
7 "google.golang.org/grpc/metadata" 7 "google.golang.org/grpc/metadata"
8 8
9 pb "northwest.io/nostr-grpc/api/nostr/v1" 9 pb "northwest.io/muxstr/api/nostr/v1"
10 "northwest.io/nostr-grpc/api/nostr/v1/nostrv1connect" 10 "northwest.io/muxstr/api/nostr/v1/nostrv1connect"
11 grpchandler "northwest.io/nostr-grpc/internal/handler/grpc" 11 grpchandler "northwest.io/muxstr/internal/handler/grpc"
12) 12)
13 13
14type Handler struct { 14type Handler struct {