mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-06 06:23:53 +05:00
BREAKING: refactor: support api changes from player-parsers
BREAKING: environment variables NEXT_PUBLIC_*_PARSER_URL has been renamed to NEXT_PUBLIC_PLAYER_PARSER_URL refactor: disable player experiment toggle if env var has not been found fix/player-parsers(sibnet): add proto to media url response
This commit is contained in:
parent
bfef935fd6
commit
869c934af2
5 changed files with 51 additions and 162 deletions
|
@ -1,9 +1,9 @@
|
|||
export const CURRENT_APP_VERSION = "3.7.0";
|
||||
|
||||
export const API_URL = "https://api.anixart.tv";
|
||||
export const API_URL = "https://api.anixart.app";
|
||||
export const API_PREFIX = "/api/proxy";
|
||||
export const USER_AGENT =
|
||||
"AnixartApp/8.2.1-23121216 (Android 9; SDK 28; arm64-v8a; samsung SM-G975N; en)";
|
||||
"AnixartApp/9.0 BETA 5-25062213 (Android 9; SDK 28; arm64-v8a; samsung SM-G975N; en)";
|
||||
|
||||
export const ENDPOINTS = {
|
||||
release: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue