mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-26 17:47:20 +00:00
no log: Move BazarrClient to the correct location
This commit is contained in:
parent
c3645c9024
commit
ba0f827eb4
3 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
import { AxiosResponse } from "axios";
|
||||
import client from "../queries/client";
|
||||
import client from "./client";
|
||||
|
||||
class BaseApi {
|
||||
prefix: string;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import client from "../queries/client";
|
||||
import client from "./client";
|
||||
|
||||
type UrlTestResponse =
|
||||
| {
|
||||
|
|
Loading…
Reference in a new issue