TP-89230 | universal call sdk
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user