Remove ping requests now that it has been consolidated with status requests

This commit is contained in:
Gabe Kangas
2021-06-13 14:30:18 -07:00
parent 20236a6586
commit d9a6be2ac6
3 changed files with 0 additions and 15 deletions

View File

@@ -4,7 +4,6 @@ export const URL_STATUS = `/api/status`;
export const URL_CHAT_HISTORY = `/api/chat`;
export const URL_CUSTOM_EMOJIS = `/api/emoji`;
export const URL_CONFIG = `/api/config`;
export const URL_VIEWER_PING = `/api/ping`;
// TODO: This directory is customizable in the config. So we should expose this via the config API.
export const URL_STREAM = `/hls/stream.m3u8`;