This commit is contained in:
LazuliKao 2024-09-24 23:19:01 +08:00
parent 93a7a3071a
commit 9e921434f3

View file

@ -9,6 +9,7 @@ export const saturdayClient = createClient<saturdayPaths>({
// baseUrl: "https://active.nbtca.space/", // baseUrl: "https://active.nbtca.space/",
// }) // })
export const activeClient = new ApiClient({ export const activeClient = new ApiClient({
BASE: "/active", BASE: "https://active.nbtca.space",
// BASE: "/active",
}) })
export * from "./active/types.gen" export * from "./active/types.gen"