Compare commits

...

2 Commits

1 changed files with 2 additions and 2 deletions

View File

@ -8,9 +8,9 @@
* Copyright (c) ${2022} by Kane, All Rights Reserved. * Copyright (c) ${2022} by Kane, All Rights Reserved.
*/ */
import axios from "axios"; import axios, { type AxiosInstance } from "axios";
const service = axios.create( const service: AxiosInstance = axios.create(
{ {
baseURL: "", baseURL: "",
timeout: 10000, timeout: 10000,