update config

This commit is contained in:
smanylov
2026-01-06 19:12:12 +07:00
parent 052c66fd7c
commit bde030d5b5
4 changed files with 7 additions and 2 deletions
+2
View File
@@ -69,6 +69,8 @@ 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`, {