feat(#31): RFollow mammon location rename in the generated client
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user