rule book ui
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import {logResource} from "@/service";
|
||||
import axios from "axios";
|
||||
import {CharacterControllerApi, LedgerControllerApi} from "@/generated/mammon";
|
||||
import {CharacterControllerApi, LedgerControllerApi, RuleBookControllerApi} from "@/generated/mammon";
|
||||
|
||||
export const mammonUrl = import.meta.env.VITE_MAMMON_URL;
|
||||
export const mammonAddCharacterUrl = mammonUrl + "oauth2/authorization/esi"
|
||||
@@ -16,3 +16,4 @@ logResource(mammonAxiosInstance)
|
||||
|
||||
export const ledgerControllerApi = new LedgerControllerApi(undefined, mammonUrl, mammonAxiosInstance);
|
||||
export const characterControllerApi = new CharacterControllerApi(undefined, mammonUrl, mammonAxiosInstance);
|
||||
export const ruleBookControllerApi = new RuleBookControllerApi(undefined, mammonUrl, mammonAxiosInstance);
|
||||
|
||||
Reference in New Issue
Block a user