Fixed import axios

This commit is contained in:
Sambo Chea 2023-07-11 12:26:38 +07:00
parent a30c05e942
commit 967d06ed1e
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG Key ID: 3C7CF22A05D95490

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`;