Rename /api/v1/mux to /api/v1/socket

This commit is contained in:
Cyber MacGeddon 2024-12-19 21:28:25 +00:00
parent 03b6b45725
commit 0d0b74a72f

View file

@ -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__(