feature/openapi #7
@@ -1,6 +1,6 @@
|
|||||||
import type { AxiosInstance, AxiosResponse } from 'axios';
|
import type { AxiosInstance, AxiosResponse } from 'axios';
|
||||||
import { type Fetcher, type Method, createApiClient } from '../generated/api-client/api-client';
|
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;
|
const API_BASE_URL: string | undefined = import.meta.env.VITE_API_BASE_URL;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user