NTP-28813| call connected event data| varshitha (#1406)
This commit is contained in:
@@ -163,9 +163,9 @@ export const AmeyoCollapsibleToolbarV4 = (props: {
|
||||
const adapterOptions = useMemo(
|
||||
() =>
|
||||
({
|
||||
baseUrl: `${configUrl}/ameyoTele`,
|
||||
baseUrl: `${window.location.origin}/ameyoTele`,
|
||||
loginUrl: 'naviapp1.ameyo.net',
|
||||
eventListenerUrl: `${configUrl}/ameyorestapi/pushes?`,
|
||||
eventListenerUrl: `${window.location.origin}/ameyorestapi/pushes?`,
|
||||
userName: authData?.email,
|
||||
password: authData?.ameyoKey
|
||||
} as any),
|
||||
|
||||
@@ -123,9 +123,9 @@ const HrDashBoardV3 = () => {
|
||||
const adapterOptions = useMemo(
|
||||
() =>
|
||||
({
|
||||
baseUrl: `${configUrl}/ameyoHrc`,
|
||||
baseUrl: `${window.location.origin}/ameyoHrc`,
|
||||
loginUrl: 'app8.ameyoemerge.in',
|
||||
eventListenerUrl: `${configUrl}/ameyorestapi/pushes?`,
|
||||
eventListenerUrl: `${window.location.origin}/ameyorestapi/pushes?`,
|
||||
userName: authData?.email,
|
||||
password: authData?.ameyoKey
|
||||
} as any),
|
||||
|
||||
Reference in New Issue
Block a user