This commit is contained in:
Cyberes 2023-09-12 01:12:50 -06:00
parent 57ccedcfb9
commit 5dd95875dd
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ def generate_stats():
'online': online,
'endpoints': {
'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': {
'processing': active_gen_workers,