mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-25 02:56:38 +00:00
fix form
This commit is contained in:
parent
93a7a3071a
commit
9e921434f3
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue