From 317ae3186ae498719b487227dea584b357cb5bca Mon Sep 17 00:00:00 2001 From: cybermaggedon Date: Thu, 19 Dec 2024 21:29:53 +0000 Subject: [PATCH] Rename /api/v1/mux to /api/v1/socket (#215) --- 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__(