lrf402788946 4 tahun lalu
induk
melakukan
1f780371ef
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      app/service/util.js

+ 1 - 0
app/service/util.js

@@ -291,6 +291,7 @@ class UtilService extends CrudService {
       const res = await this.ctx.curl(`http://127.0.0.1${uri}`);
       if (res && res.data) {
         console.log('in function:append');
+        console.log(res.data);
         archive.append(res.data, filename);
       }
     }