TP-89230 | universal call sdk

This commit is contained in:
varnit goyal
2024-11-03 14:45:40 +05:30
parent 0b77fc6231
commit 77dcd30955

View File

@@ -6,7 +6,6 @@ import RequestType from "@universal-call-sdk/common/lib/types/RequestType.ts";
export const loginInAmeyo = (userId: string, password: string) => {
console.log('loginInAmeyo', userId, password);
debugger;
return getResponseWithoutCors({
url: `${window.BASE_AMEYO_URL}/ameyorestapi/userLogin/login`,
method: 'POST',