Rename /api/v1/mux to /api/v1/socket (#215)

This commit is contained in:
cybermaggedon 2024-12-19 21:29:53 +00:00 committed by GitHub
parent 03b6b45725
commit 317ae3186a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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