chore: api url changed to accounts
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user