Update url route to specify it is chat clients being returned
This commit is contained in:
@@ -25,8 +25,8 @@ export const SERVER_CONFIG_UPDATE_URL = `${API_LOCATION}config`;
|
|||||||
// Get viewer count over time
|
// Get viewer count over time
|
||||||
export const VIEWERS_OVER_TIME = `${API_LOCATION}viewersOverTime`;
|
export const VIEWERS_OVER_TIME = `${API_LOCATION}viewersOverTime`;
|
||||||
|
|
||||||
// Get currently connected clients
|
// Get currently connected chat clients
|
||||||
export const CONNECTED_CLIENTS = `${API_LOCATION}clients`;
|
export const CONNECTED_CLIENTS = `${API_LOCATION}chat/clients`;
|
||||||
|
|
||||||
// Get list of disabled/blocked chat users
|
// Get list of disabled/blocked chat users
|
||||||
export const DISABLED_USERS = `${API_LOCATION}chat/users/disabled`;
|
export const DISABLED_USERS = `${API_LOCATION}chat/users/disabled`;
|
||||||
|
|||||||
Reference in New Issue
Block a user