fix: url
This commit is contained in:
@@ -11,6 +11,7 @@ import type {
|
|||||||
|
|
||||||
const V2 = "https://5.181.0.112.nip.io/api/v2";
|
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 CABINE_URL = "https://5.181.0.112.nip.io/api/v1/cabine";
|
||||||
|
const V1_PUBLIC = "https://5.181.0.112.nip.io/api/v1";
|
||||||
|
|
||||||
export const loginAdmin = async (
|
export const loginAdmin = async (
|
||||||
username: string,
|
username: string,
|
||||||
@@ -757,9 +758,6 @@ export const getCommandCountByStatus = async (
|
|||||||
// ============================================
|
// ============================================
|
||||||
// CATÉGORIES
|
// CATÉGORIES
|
||||||
// ============================================
|
// ============================================
|
||||||
|
|
||||||
const V1_PUBLIC = "https://mln-uber.club/api/v1";
|
|
||||||
|
|
||||||
export interface Category {
|
export interface Category {
|
||||||
id: number;
|
id: number;
|
||||||
name: string;
|
name: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user