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.
*/
import axios from "axios";
import axios, { type AxiosInstance } from "axios";
const service = axios.create(
const service: AxiosInstance = axios.create(
{
baseURL: "",
timeout: 10000,