mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
вапрп ав пав рпа
This commit is contained in:
@@ -35,7 +35,7 @@ export async function GetUserData(SearchToken, AUTHTOKEN) {
|
||||
};
|
||||
|
||||
try {
|
||||
const response = await fetch(`${BackendApiUrl}/Payment/GetGameCrashCurrentData`, {
|
||||
const response = await fetch(`${BackendApiUrl}/Payment/UserMoney`, {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
'Content-Type': 'application/json'
|
||||
|
||||
@@ -29,7 +29,7 @@ import MenuMobileComponent from "@/components/adaptive-components/MenuMobileComp
|
||||
import PaymentsMobile from "@/components/adaptive-components/PaymentsMobile.vue";
|
||||
import {GetUserData } from "@/assets/js/games/saper/SaperAPI";
|
||||
import { GetCookie } from "@/assets/js/storage/CookieStorage";
|
||||
|
||||
// import { GetCurrentMoney } from "@/assets/js/rest/RestMethods.js";
|
||||
|
||||
import '@/assets/css/PagesStyles/adaptive-pages/profilemobile.css'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user