lrf пре 2 година
родитељ
комит
cd112e4681
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/controller/util.js

+ 1 - 1
app/controller/util.js

@@ -20,7 +20,7 @@ class UtilController extends Controller {
     const referer = _.get(request, 'header.referer');
     const query = this.ctx.query;
     const body = _.get(request, 'body');
-    this.ctx.body = 'GG';
+    this.ctx.ok({ ip, forward, host, referer, query, body });
   }
 
   /**