Compare commits
2 Commits
56398fe9d6
...
49a207a9d5
Author | SHA1 | Date | |
---|---|---|---|
49a207a9d5 | |||
eb22d61fcc |
@@ -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,
|
||||||
|
Reference in New Issue
Block a user