Update endpoint url

This commit is contained in:
Preston Doman 2019-01-30 00:48:04 -08:00
parent f1da66abcc
commit 41a4ab6c8b

View file

@ -144,7 +144,7 @@ function displayListOfReports(parsedData) {
}
function getReportHistory(event) {
const url = getEndpointDomain() + "backend/list_report";
const url = getEndpointDomain() + "api/v1/reports";
getDataFromEndpoint(url, displayListOfReports);
}