update bug json

This commit is contained in:
2025-02-04 10:38:59 +01:00
parent 23dbfff014
commit a9cd2a6018
10 changed files with 126 additions and 105 deletions
+1
View File
@@ -15,6 +15,7 @@ const Agent = class
}
async request(url, method){
return new Promise((resolve, reject) => {
fetch(url,{
method: method,