TP-89230 | campaign api fix
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user