oops
This commit is contained in:
parent
57ccedcfb9
commit
5dd95875dd
|
@ -82,7 +82,7 @@ def generate_stats():
|
||||||
'online': online,
|
'online': online,
|
||||||
'endpoints': {
|
'endpoints': {
|
||||||
'blocking': f'https://{opts.base_client_api}',
|
'blocking': f'https://{opts.base_client_api}',
|
||||||
'streaming': f'wss://{opts.base_client_api}/stream',
|
'streaming': f'wss://{opts.base_client_api}/v1/stream',
|
||||||
},
|
},
|
||||||
'queue': {
|
'queue': {
|
||||||
'processing': active_gen_workers,
|
'processing': active_gen_workers,
|
||||||
|
|
Reference in New Issue