проверка активности клиета и изменение своего профиля

This commit is contained in:
2025-12-15 10:54:11 +03:00
parent 1a677f9ef2
commit a484d03894
9 changed files with 298 additions and 44 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ function hideLoader() {
}
export async function apiRequest(url, payload = {}, method = 'POST') {
method = method.toUpperCase();
method = typeof method === 'string' ? method.toUpperCase() : 'POST';
let finalUrl = url;
let options = {