update user files info

This commit is contained in:
smanylov
2026-01-07 13:03:50 +07:00
parent 5597fe42a2
commit aa0f9398eb
16 changed files with 371 additions and 76 deletions
-2
View File
@@ -69,8 +69,6 @@ export async function authorization(
};
}
console.log(`${API_BASE_URL}/api/v1/data`);
try {
const { email, password } = validatedFields.data;
const response = await fetch(`${API_BASE_URL}/api/v1/data`, {