Merge branch 'PR' into develop
commit
444e226378
|
@ -62,9 +62,9 @@ const Notification = ({ setRedirect, setRedirectUrl, t }) => {
|
||||||
|
|
||||||
let isResponseOK = false;
|
let isResponseOK = false;
|
||||||
if (!fetchSuccess) {
|
if (!fetchSuccess) {
|
||||||
fetch(APIBaseURL + '/webmessages' +
|
fetch(APIBaseURL + '/webmessages?' +
|
||||||
'/from/' + startDatetime.format('YYYY-MM-DD') +
|
'startdatetime=' + startDatetime.format('YYYY-MM-DDTHH:mm:ss') +
|
||||||
'/to/' + endDatetime.format('YYYY-MM-DD'), {
|
'&enddatetime=' + endDatetime.format('YYYY-MM-DDTHH:mm:ss'), {
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
headers: {
|
headers: {
|
||||||
"Content-type": "application/json",
|
"Content-type": "application/json",
|
||||||
|
|
Loading…
Reference in New Issue