feat/api-prox: finding of working api base
Some checks are pending
Build and Publish 'anix-api-prox' to Docker Hub / publish (push) Waiting to run
Build and Publish 'anix' to Docker Hub / publish (push) Waiting to run

fix/anix: broken api url
This commit is contained in:
Kentai Radiquum 2025-08-16 03:03:22 +05:00
parent 30285e84c6
commit aaca8c7f3c
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
3 changed files with 55 additions and 18 deletions

View file

@ -2,7 +2,7 @@ export const CURRENT_APP_VERSION = "3.7.0";
import { env } from "next-runtime-env";
const NEXT_PUBLIC_API_URL = env("NEXT_PUBLIC_API_URL") || null;
export const API_URL = NEXT_PUBLIC_API_URL ||"https://api.anixart.app";
export const API_URL = NEXT_PUBLIC_API_URL ||"https://api-s.anixsekai.com";
export const API_PREFIX = NEXT_PUBLIC_API_URL || "/api/proxy";
export const USER_AGENT =
"AnixartApp/9.0 BETA 5-25062213 (Android 9; SDK 28; arm64-v8a; samsung SM-G975N; en)";