From 0eb775f3ef99d1d1ef9efeb3ee74c1ae35a9682c Mon Sep 17 00:00:00 2001 From: Xor290 Date: Sat, 7 Mar 2026 17:18:28 +0100 Subject: [PATCH] chore: fix api url --- frontend-admin/src/api/api_admin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend-admin/src/api/api_admin.ts b/frontend-admin/src/api/api_admin.ts index e390e4a3..3533f99b 100644 --- a/frontend-admin/src/api/api_admin.ts +++ b/frontend-admin/src/api/api_admin.ts @@ -585,7 +585,7 @@ export const getCommandCountByStatus = async ( // CATÉGORIES // ============================================ -const V1_PUBLIC = "https://uber-stup.club/api/v1"; +const V1_PUBLIC = "http://5.181.0.112/api/v1"; export interface Category { id: number;