This commit is contained in:
2026-05-03 21:41:25 +02:00
parent e89724bd28
commit 4a6265f3a9
-4
View File
@@ -9,10 +9,6 @@ import type {
const API = "https://mln-uber.club/api/v1/cabine";
const V2 = "https://mln-uber.club/api/v2";
// ============================================
// ITEMS
// ============================================
export const getCommandItems = async (commandId: number) => {
const { data } = await apiClient.get(`${API}/commands/${commandId}/items`);
return {