This commit is contained in:
ilia 2022-10-22 19:44:47 +03:00
parent 6b35671b61
commit 34b6d70989

View File

@ -5,7 +5,5 @@ import { host } from "./consts"
export const fetcher = axios.create(
{
baseURL: host,
timeout: 1000,
}
)