chore: api url changed to accounts

This commit is contained in:
مهرزاد قدرتی
2025-08-12 15:25:55 +03:30
parent e4755ded73
commit 0a65e5f25c

View File

@@ -20,7 +20,7 @@ import type {
SendSmsOtpRequest,
} from '../types/userTypes';
const API_URL = 'https://account.business-harmony.com/api';
const API_URL = 'https://accounts.business-harmony.com/api';
export const fetchRequest = <T = ApiResponse>(
url: string,