1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-26 01:27:07 +00:00

no log: Move BazarrClient to the correct location

This commit is contained in:
LASER-Yi 2022-06-14 22:33:16 +08:00
parent c3645c9024
commit ba0f827eb4
3 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
import { AxiosResponse } from "axios";
import client from "../queries/client";
import client from "./client";
class BaseApi {
prefix: string;

View file

@ -1,4 +1,4 @@
import client from "../queries/client";
import client from "./client";
type UrlTestResponse =
| {