lrf402788946 hace 4 años
padre
commit
1f780371ef
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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);
       }
     }