mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-26 15:55:16 +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__(
|
def __init__(
|
||||||
self, pulsar_host, auth,
|
self, pulsar_host, auth,
|
||||||
services,
|
services,
|
||||||
path="/api/v1/mux",
|
path="/api/v1/socket",
|
||||||
):
|
):
|
||||||
|
|
||||||
super(MuxEndpoint, self).__init__(
|
super(MuxEndpoint, self).__init__(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue