chore: fix api url

This commit is contained in:
2026-03-07 17:18:28 +01:00
parent 1bc83c4dc6
commit 0eb775f3ef
+1 -1
View File
@@ -585,7 +585,7 @@ export const getCommandCountByStatus = async (
// CATÉGORIES // CATÉGORIES
// ============================================ // ============================================
const V1_PUBLIC = "https://uber-stup.club/api/v1"; const V1_PUBLIC = "http://5.181.0.112/api/v1";
export interface Category { export interface Category {
id: number; id: number;