INFRA-3664 : Change endpoint for fetching incident participants data
This commit is contained in:
@@ -20,7 +20,7 @@ export const FETCH_INCIDENT_DATA = (payload: any): string => {
|
||||
};
|
||||
|
||||
export const FETCH_PARTICIPANTS_DATA = (payload: string): string => {
|
||||
return `${URL_PREFIX}/incident-user?incident_id==${payload}`;
|
||||
return `${URL_PREFIX}/incident-user?incident_id=${payload}`;
|
||||
};
|
||||
|
||||
export const FETCH_HEADER_DETAILS = `${URL_PREFIX}/incidents/header`;
|
||||
|
||||
Reference in New Issue
Block a user