mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Update url route to specify it is chat clients being returned
This commit is contained in:
parent
06793078f6
commit
a839d7250b
@ -25,8 +25,8 @@ export const SERVER_CONFIG_UPDATE_URL = `${API_LOCATION}config`;
|
||||
// Get viewer count over time
|
||||
export const VIEWERS_OVER_TIME = `${API_LOCATION}viewersOverTime`;
|
||||
|
||||
// Get currently connected clients
|
||||
export const CONNECTED_CLIENTS = `${API_LOCATION}clients`;
|
||||
// Get currently connected chat clients
|
||||
export const CONNECTED_CLIENTS = `${API_LOCATION}chat/clients`;
|
||||
|
||||
// Get list of disabled/blocked chat users
|
||||
export const DISABLED_USERS = `${API_LOCATION}chat/users/disabled`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user