mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-25 02:56:38 +00:00
commit
f6030a5db5
2 changed files with 187 additions and 181 deletions
|
|
@ -6,6 +6,12 @@ export const saturdayApiBaseUrl = import.meta.env.PROD ? "https://api.nbtca.spac
|
|||
|
||||
export const saturdayClient = createClient<saturdayPaths>({
|
||||
baseUrl: saturdayApiBaseUrl,
|
||||
querySerializer: {
|
||||
array: {
|
||||
style: "form",
|
||||
explode: false,
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
export const activeClient = new ApiClient({
|
||||
|
|
|
|||
Loading…
Reference in a new issue