mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-24 10:51:27 +00:00
fix url
This commit is contained in:
parent
33d93d0347
commit
29a6bf9cd3
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import createClient from "openapi-fetch"
|
|||
import type { paths as saturdayPaths } from "../types/saturday"
|
||||
import { ApiClient } from "./active"
|
||||
|
||||
export const saturdayApiBaseUrl = import.meta.env.PROD ? "https://api.nbtca.space/v2/" : "/saturday"
|
||||
export const saturdayApiBaseUrl = import.meta.env.PROD ? "https://api.nbtca.space/v2" : "/saturday"
|
||||
|
||||
export const saturdayClient = createClient<saturdayPaths>({
|
||||
baseUrl: saturdayApiBaseUrl,
|
||||
|
|
|
|||
Loading…
Reference in a new issue