update build
This commit is contained in:
@ -118,6 +118,7 @@ function Index() {
|
||||
}
|
||||
|
||||
function downloadReport(url) {
|
||||
console.log(url);
|
||||
fetch(url)
|
||||
.then(response => {
|
||||
console.log(response)
|
||||
|
||||
Reference in New Issue
Block a user