TP-89230 | campaign api fix

This commit is contained in:
Mayank Singh
2024-11-17 21:11:31 +05:30
parent 7da106c091
commit 7de47498bd

View File

@@ -161,7 +161,7 @@ export const ameyoHangupUser = (sessionId: string, userCRTObjectId: string) => {
export const getCampaignId = (sessionId: string) => {
return getResponseWithoutCors({
url: `${window.BASE_AMEYO_URL}/ameyorestapi/cc/getAllSessionData`,
url: `${window.BASE_AMEYO_URL}/ameyorestapi/sessionData/getAllSessionData`,
method: 'GET',
requestKey: RequestKeys.GET_CAMPAIGN_ID,
requestType: RequestType.JSON,