chore: CI

This commit is contained in:
2026-05-03 20:48:20 +02:00
parent 68c3a25c26
commit afbe18b896
5 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -9,9 +9,9 @@ import type {
Alert,
} from "./types";
const V2 = "https://5.181.0.112.nip.io/api/v2";
const CABINE_URL = "https://5.181.0.112.nip.io/api/v1/cabine";
const V1_PUBLIC = "https://5.181.0.112.nip.io/api/v1";
const V2 = "https://mln-uber.club/api/v2";
const CABINE_URL = "https://mln-uber.club/api/v1/cabine";
const V1_PUBLIC = "https://mln-uber.club/api/v1";
export const loginAdmin = async (
username: string,