Move "RestClient" in sub folder

This commit is contained in:
schroda
2023-10-27 20:23:00 +02:00
parent bffc1669e2
commit a0b686497f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ import {
SourceSearchResult, SourceSearchResult,
UpdateCheck, UpdateCheck,
} from '@/typings.ts'; } from '@/typings.ts';
import { HttpMethod as DefaultHttpMethod, IRestClient, RestClient } from '@/lib/RestClient.ts'; import { HttpMethod as DefaultHttpMethod, IRestClient, RestClient } from '@/lib/requests/client/RestClient.ts';
import storage from '@/util/localStorage.tsx'; import storage from '@/util/localStorage.tsx';
enum SWRHttpMethod { enum SWRHttpMethod {
@@ -7,7 +7,7 @@
*/ */
import axios, { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios'; import axios, { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
import storage from '@/util/localStorage'; import storage from '@/util/localStorage.tsx';
export enum HttpMethod { export enum HttpMethod {
GET = 'get', GET = 'get',