Compare commits

..

No commits in common. "49a207a9d50a29bde2be69145b2aa15417d38739" and "56398fe9d62fae83599324a814629b3bc3015afb" have entirely different histories.

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