chore
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user