Fixed import axios

This commit is contained in:
2023-07-11 12:26:38 +07:00
parent a30c05e942
commit 967d06ed1e

View File

@@ -1,4 +1,4 @@
const axios = require("axios");
import axios from "axios";
const getTokenFree = async (baseUrl: string, data: any = {}) => {
const url = `${baseUrl}/__free__/api/get_token`;