Merge branch 'main' into dev

This commit is contained in:
ClasWen 2024-09-25 08:40:37 +08:00
commit 55a8e8f1bf

View file

@ -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"