fix : some bug
This commit is contained in:
@@ -19,7 +19,7 @@ export const WalletPage = () => {
|
||||
name: "dollar",
|
||||
title: "دارایی تومانی",
|
||||
icon: <DollarCircle color="#292D32" variant="Bold" className="size-[40px]" />,
|
||||
value: data?.data?.user?.dollarBalance,
|
||||
value: data?.data?.user?.walletBalance,
|
||||
detail: true
|
||||
},
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import axios from "axios";
|
||||
|
||||
const axiosInstance = axios.create({
|
||||
// baseURL: "http://192.168.0.243:7420/api",
|
||||
// baseURL: "http://localhost:7420/api",
|
||||
baseURL: "https://asan-service.com/api",
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user