mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-25 02:56:38 +00:00
Merge branch 'main' into dependabot/npm_and_yarn/npm_and_yarn-82a5d800d0
This commit is contained in:
commit
1856e270b2
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>({
|
export const saturdayClient = createClient<saturdayPaths>({
|
||||||
baseUrl: saturdayApiBaseUrl,
|
baseUrl: saturdayApiBaseUrl,
|
||||||
|
querySerializer: {
|
||||||
|
array: {
|
||||||
|
style: "form",
|
||||||
|
explode: false,
|
||||||
|
},
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
export const activeClient = new ApiClient({
|
export const activeClient = new ApiClient({
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue