diff options
author | LASER-Yi <[email protected]> | 2022-06-14 22:33:16 +0800 |
---|---|---|
committer | LASER-Yi <[email protected]> | 2022-06-14 22:33:16 +0800 |
commit | ba0f827eb45abad41ae31026e823659981041cee (patch) | |
tree | 9b98ab7fbbfa4ecbe2a519c18272213610a2b152 /frontend | |
parent | c3645c90242ba6fabc62881534b138f098041398 (diff) | |
download | bazarr-ba0f827eb45abad41ae31026e823659981041cee.tar.gz bazarr-ba0f827eb45abad41ae31026e823659981041cee.zip |
no log: Move BazarrClient to the correct location
Diffstat (limited to 'frontend')
-rw-r--r-- | frontend/src/apis/raw/base.ts | 2 | ||||
-rw-r--r-- | frontend/src/apis/raw/client.ts (renamed from frontend/src/apis/queries/client.ts) | 0 | ||||
-rw-r--r-- | frontend/src/apis/raw/utils.ts | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/apis/raw/base.ts b/frontend/src/apis/raw/base.ts index c47712794..7c523e36e 100644 --- a/frontend/src/apis/raw/base.ts +++ b/frontend/src/apis/raw/base.ts @@ -1,5 +1,5 @@ import { AxiosResponse } from "axios"; -import client from "../queries/client"; +import client from "./client"; class BaseApi { prefix: string; diff --git a/frontend/src/apis/queries/client.ts b/frontend/src/apis/raw/client.ts index 8dc352310..8dc352310 100644 --- a/frontend/src/apis/queries/client.ts +++ b/frontend/src/apis/raw/client.ts diff --git a/frontend/src/apis/raw/utils.ts b/frontend/src/apis/raw/utils.ts index d0878d53d..ada6eaf4b 100644 --- a/frontend/src/apis/raw/utils.ts +++ b/frontend/src/apis/raw/utils.ts @@ -1,4 +1,4 @@ -import client from "../queries/client"; +import client from "./client"; type UrlTestResponse = | { |