Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
wen-templari committed Sep 25, 2024
2 parents 3e49481 + dd6b8e8 commit 55a8e8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 55a8e8f

Please sign in to comment.