update build

This commit is contained in:
2022-02-17 11:58:37 +05:30
parent f203094f14
commit 82be6d24f0
7 changed files with 12 additions and 11 deletions

View File

@ -118,6 +118,7 @@ function Index() {
}
function downloadReport(url) {
console.log(url);
fetch(url)
.then(response => {
console.log(response)