second change

This commit is contained in:
Hepatica
2023-12-02 06:31:24 +01:00
parent c64b41545d
commit 837fc2a6f3

View File

@@ -30,7 +30,7 @@ export async function GetCurrentMoney(authToken, searchToken) {
};
try {
const response = await fetch(url, {
method: "GET",
method: "POST",
headers: {
"Content-Type": "application/json",
},