mirror of
https://github.com/owncast/owncast.git
synced 2025-11-02 11:56:57 +08:00
Use auth'ed admin chat messages endpoint to get history
This commit is contained in:
@ -35,7 +35,7 @@ export const LOGS_ALL = `${API_LOCATION}logs`;
|
||||
export const LOGS_WARN = `${API_LOCATION}logs/warnings`;
|
||||
|
||||
// Get chat history
|
||||
export const CHAT_HISTORY = `${NEXT_PUBLIC_API_HOST}api/chat`;
|
||||
export const CHAT_HISTORY = `${API_LOCATION}chat/messages`;
|
||||
|
||||
// Get chat history
|
||||
export const UPDATE_CHAT_MESSGAE_VIZ = `${NEXT_PUBLIC_API_HOST}api/admin/chat/updatemessagevisibility`;
|
||||
|
||||
Reference in New Issue
Block a user