livestream endpoint
This commit is contained in:
parent
d25896d99c
commit
46e874e83c
1 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
export const BITWAVE_EMBED_URL = 'https://bitwave.tv/odysee';
|
||||
export const BITWAVE_LIVE_API = 'https://api.bitwave.tv/v1/odysee/live';
|
||||
export const BITWAVE_REPLAY_API = 'https://api.bitwave.tv/v1/replays/odysee';
|
||||
export const BITWAVE_LIVE_API = 'https://api.live.odysee.com/v1/odysee/live';
|
||||
export const BITWAVE_REPLAY_API = 'https://api.live.odysee.com/v1/replays/odysee';
|
||||
|
|
Loading…
Reference in a new issue