This commit is contained in:
Gabe Kangas
2021-11-08 00:51:17 -08:00
parent 693fd3b906
commit b0541f0e66
2 changed files with 14 additions and 1 deletions

View File

@@ -37,6 +37,8 @@ export const USER_ENABLED_TOGGLE = `${API_LOCATION}chat/users/setenabled`;
// Disable/enable a single user
export const USER_SET_MODERATOR = `${API_LOCATION}chat/users/setmoderator`;
// Get list of moderators
export const MODERATORS = `${API_LOCATION}chat/users/moderators`;
// Get hardware stats
export const HARDWARE_STATS = `${API_LOCATION}hardwarestats`;