Get images from the backend
This commit is contained in:
@@ -52,5 +52,5 @@ export async function fetchItemGroup(itemId: number): Promise<GroupInfo> {
|
||||
}
|
||||
|
||||
export function getEveImageUrl(typeId: number, size: number = 32): string {
|
||||
return `https://images.evetech.net/types/${typeId}/icon?size=${size}`;
|
||||
return `${API_BASE}/images/${typeId}/${size}`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user