update config
This commit is contained in:
@@ -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`, {
|
||||
|
||||
Reference in New Issue
Block a user