mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-24 10:51:27 +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/",
|
||||
// })
|
||||
export const activeClient = new ApiClient({
|
||||
BASE: "/active",
|
||||
BASE: "https://active.nbtca.space",
|
||||
// BASE: "/active",
|
||||
})
|
||||
export * from "./active/types.gen"
|
||||
|
|
|
|||
Loading…
Reference in a new issue