From 0a65e5f25c1b56aa5b88316d0ada30d8e9e7709f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D9=85=D9=87=D8=B1=D8=B2=D8=A7=D8=AF=20=D9=82=D8=AF=D8=B1?= =?UTF-8?q?=D8=AA=DB=8C?= Date: Tue, 12 Aug 2025 15:25:55 +0330 Subject: [PATCH] chore: api url changed to accounts --- src/features/authorization/api/authorizationAPI.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/authorization/api/authorizationAPI.ts b/src/features/authorization/api/authorizationAPI.ts index 25175e7..51b1dfe 100644 --- a/src/features/authorization/api/authorizationAPI.ts +++ b/src/features/authorization/api/authorizationAPI.ts @@ -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 = ( url: string,