From 0d0b74a72f00a334ca98ab0be48329097b281790 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Thu, 19 Dec 2024 21:28:25 +0000 Subject: [PATCH] Rename /api/v1/mux to /api/v1/socket --- trustgraph-flow/trustgraph/gateway/mux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trustgraph-flow/trustgraph/gateway/mux.py b/trustgraph-flow/trustgraph/gateway/mux.py index cd5ddfba..74797069 100644 --- a/trustgraph-flow/trustgraph/gateway/mux.py +++ b/trustgraph-flow/trustgraph/gateway/mux.py @@ -13,7 +13,7 @@ class MuxEndpoint(SocketEndpoint): def __init__( self, pulsar_host, auth, services, - path="/api/v1/mux", + path="/api/v1/socket", ): super(MuxEndpoint, self).__init__(