mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-30 10:56:23 +02:00
Rename /api/v1/mux to /api/v1/socket (#215)
This commit is contained in:
parent
03b6b45725
commit
317ae3186a
1 changed files with 1 additions and 1 deletions
|
|
@ -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__(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue