feature/openapi #7

Merged
GW_MC merged 10 commits from feature/openapi into master 2025-12-05 20:50:37 +08:00
Showing only changes of commit 5e0ab960f9 - Show all commits

View File

@@ -1,6 +1,6 @@
import type { AxiosInstance, AxiosResponse } from 'axios';
import { type Fetcher, type Method, createApiClient } from '../generated/api-client/api-client';
import { TanstackQueryApiClient } from '../generated/tanstack-client';
import { TanstackQueryApiClient } from '../generated/api-client/tanstack-client';
const API_BASE_URL: string | undefined = import.meta.env.VITE_API_BASE_URL;