front update

This commit is contained in:
arrelin
2025-12-15 17:36:51 +03:00
parent 27d8d8ff4c
commit 6966fbbc2c
9 changed files with 557 additions and 266 deletions

View File

@@ -13,7 +13,7 @@ import type {
VerifyFamilyPasswordResponse,
} from '../types';
const API_BASE_URL = import.meta.env.VITE_API_BASE_URL || 'http://localhost:3000';
const API_BASE_URL = import.meta.env.VITE_API_BASE_URL || '';
const apiClient = axios.create({
baseURL: API_BASE_URL,