Built motion from commit (unavailable).|2.6.0
[motion2.git] / server / api / cdr / index.js
index dc741ac..8b5af33 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x074b=['show','post','create','put','delete','exports','multer','util','path','express','Router','fs-extra','../../components/auth/service','../../config/environment','./cdr.controller','get','/describe','isAuthenticated','/:id'];(function(_0x58e598,_0x2b4527){var _0x593810=function(_0x267785){while(--_0x267785){_0x58e598['push'](_0x58e598['shift']());}};_0x593810(++_0x2b4527);}(_0x074b,0x16f));var _0xb074=function(_0x145dc7,_0x4a3d00){_0x145dc7=_0x145dc7-0x0;var _0xc62f19=_0x074b[_0x145dc7];return _0xc62f19;};'use strict';var multer=require(_0xb074('0x0'));var util=require(_0xb074('0x1'));var path=require(_0xb074('0x2'));var timeout=require('connect-timeout');var express=require(_0xb074('0x3'));var router=express[_0xb074('0x4')]();var fs_extra=require(_0xb074('0x5'));var auth=require(_0xb074('0x6'));var interaction=require('../../components/interaction/service');var config=require(_0xb074('0x7'));var controller=require(_0xb074('0x8'));router[_0xb074('0x9')]('/',auth['isAuthenticated'](),controller['index']);router[_0xb074('0x9')](_0xb074('0xa'),auth[_0xb074('0xb')](),controller['describe']);router[_0xb074('0x9')](_0xb074('0xc'),auth[_0xb074('0xb')](),controller[_0xb074('0xd')]);router[_0xb074('0xe')]('/',auth['isAuthenticated'](),controller[_0xb074('0xf')]);router[_0xb074('0x10')](_0xb074('0xc'),auth[_0xb074('0xb')](),controller['update']);router[_0xb074('0x11')](_0xb074('0xc'),auth[_0xb074('0xb')](),controller['destroy']);module[_0xb074('0x12')]=router;
\ No newline at end of file
+var _0xf70b=['path','connect-timeout','express','Router','fs-extra','../../components/auth/service','./cdr.controller','isAuthenticated','index','describe','get','/:id','show','post','multer','util'];(function(_0x273e0d,_0x57ced8){var _0x251355=function(_0x201566){while(--_0x201566){_0x273e0d['push'](_0x273e0d['shift']());}};_0x251355(++_0x57ced8);}(_0xf70b,0x19e));var _0xbf70=function(_0x38be7d,_0x689797){_0x38be7d=_0x38be7d-0x0;var _0x1456a3=_0xf70b[_0x38be7d];return _0x1456a3;};'use strict';var multer=require(_0xbf70('0x0'));var util=require(_0xbf70('0x1'));var path=require(_0xbf70('0x2'));var timeout=require(_0xbf70('0x3'));var express=require(_0xbf70('0x4'));var router=express[_0xbf70('0x5')]();var fs_extra=require(_0xbf70('0x6'));var auth=require(_0xbf70('0x7'));var interaction=require('../../components/interaction/service');var config=require('../../config/environment');var controller=require(_0xbf70('0x8'));router['get']('/',auth[_0xbf70('0x9')](),controller[_0xbf70('0xa')]);router['get']('/describe',auth[_0xbf70('0x9')](),controller[_0xbf70('0xb')]);router[_0xbf70('0xc')](_0xbf70('0xd'),auth[_0xbf70('0x9')](),controller[_0xbf70('0xe')]);router[_0xbf70('0xf')]('/',auth[_0xbf70('0x9')](),controller['create']);router['put'](_0xbf70('0xd'),auth[_0xbf70('0x9')](),controller['update']);router['delete'](_0xbf70('0xd'),auth['isAuthenticated'](),controller['destroy']);module['exports']=router;
\ No newline at end of file