mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-24 10:51:27 +00:00
fix pagination
This commit is contained in:
parent
435bc86a35
commit
8bb5d5c491
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