feat(#31): RFollow mammon location rename in the generated client

This commit is contained in:
Sirttas
2026-07-14 17:14:07 +02:00
parent 52addba909
commit 777cb74574
4 changed files with 228 additions and 226 deletions
+3 -3
View File
@@ -7,13 +7,13 @@ import {
AuthApi,
CharacterApi,
LedgerApi,
LocationApi,
MarketApi,
MeResponse,
ReprocessingApi,
RuleBookApi,
RuleScriptApi,
TransactionApi,
UniverseApi
TransactionApi
} from "@/generated/mammon";
export const mammonUrl = import.meta.env.VITE_MAMMON_URL;
@@ -107,4 +107,4 @@ export const activityApi = new ActivityApi(undefined, mammonUrl, mammonAxiosInst
export const acquisitionApi = new AcquisitionApi(undefined, mammonUrl, mammonAxiosInstance);
export const marketApi = new MarketApi(undefined, mammonUrl, mammonAxiosInstance);
export const reprocessingApi = new ReprocessingApi(undefined, mammonUrl, mammonAxiosInstance);
export const universeApi = new UniverseApi(undefined, mammonUrl, mammonAxiosInstance);
export const locationApi = new LocationApi(undefined, mammonUrl, mammonAxiosInstance);