lrf402788946 před 4 roky
rodič
revize
1f780371ef
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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);
       }
     }