Update endpoint url
This commit is contained in:
parent
f1da66abcc
commit
41a4ab6c8b
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ function displayListOfReports(parsedData) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function getReportHistory(event) {
|
function getReportHistory(event) {
|
||||||
const url = getEndpointDomain() + "backend/list_report";
|
const url = getEndpointDomain() + "api/v1/reports";
|
||||||
getDataFromEndpoint(url, displayListOfReports);
|
getDataFromEndpoint(url, displayListOfReports);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue