add connectedclients endpoint

This commit is contained in:
Ginger Wong
2020-10-08 00:26:24 -07:00
parent c6c14bf216
commit e554a2a877
3 changed files with 47 additions and 1 deletions

View File

@@ -22,6 +22,10 @@ export const SERVER_CONFIG = `${API_LOCATION}serverconfig`;
// 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 hardware stats
export const HARDWARE_STATS = `${API_LOCATION}hardwarestats`;