Built motion from commit 449495f6.|2.6.27
[motion2.git] / server / api / disposition / index.js
index 38508d5..160f8a8 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xf0d3=['express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./disposition.controller','isAuthenticated','index','get','/:id','show','post','create','put','update','exports','multer','util'];(function(_0x3480a3,_0x190a84){var _0x27e339=function(_0x418f58){while(--_0x418f58){_0x3480a3['push'](_0x3480a3['shift']());}};_0x27e339(++_0x190a84);}(_0xf0d3,0x10c));var _0x3f0d=function(_0x321bb2,_0x202794){_0x321bb2=_0x321bb2-0x0;var _0x9c12ed=_0xf0d3[_0x321bb2];return _0x9c12ed;};'use strict';var multer=require(_0x3f0d('0x0'));var util=require(_0x3f0d('0x1'));var path=require('path');var timeout=require('connect-timeout');var express=require(_0x3f0d('0x2'));var router=express[_0x3f0d('0x3')]();var fs_extra=require('fs-extra');var auth=require(_0x3f0d('0x4'));var interaction=require(_0x3f0d('0x5'));var config=require(_0x3f0d('0x6'));var controller=require(_0x3f0d('0x7'));router['get']('/',auth[_0x3f0d('0x8')](),controller[_0x3f0d('0x9')]);router[_0x3f0d('0xa')](_0x3f0d('0xb'),auth[_0x3f0d('0x8')](),controller[_0x3f0d('0xc')]);router[_0x3f0d('0xd')]('/',auth[_0x3f0d('0x8')](),controller[_0x3f0d('0xe')]);router[_0x3f0d('0xf')](_0x3f0d('0xb'),auth['isAuthenticated'](),controller[_0x3f0d('0x10')]);router['delete']('/:id',auth['isAuthenticated'](),controller['destroy']);module[_0x3f0d('0x11')]=router;
\ No newline at end of file
+var _0x04f9=['Router','fs-extra','../../components/interaction/service','../../config/environment','./disposition.controller','get','isAuthenticated','index','/:id','show','create','update','delete','destroy','exports','multer','util','path','connect-timeout','express'];(function(_0x3a1696,_0x448ff1){var _0x46a5fe=function(_0x4a0983){while(--_0x4a0983){_0x3a1696['push'](_0x3a1696['shift']());}};_0x46a5fe(++_0x448ff1);}(_0x04f9,0x127));var _0x904f=function(_0x5c102a,_0x400658){_0x5c102a=_0x5c102a-0x0;var _0x449c2d=_0x04f9[_0x5c102a];return _0x449c2d;};'use strict';var multer=require(_0x904f('0x0'));var util=require(_0x904f('0x1'));var path=require(_0x904f('0x2'));var timeout=require(_0x904f('0x3'));var express=require(_0x904f('0x4'));var router=express[_0x904f('0x5')]();var fs_extra=require(_0x904f('0x6'));var auth=require('../../components/auth/service');var interaction=require(_0x904f('0x7'));var config=require(_0x904f('0x8'));var controller=require(_0x904f('0x9'));router[_0x904f('0xa')]('/',auth[_0x904f('0xb')](),controller[_0x904f('0xc')]);router['get'](_0x904f('0xd'),auth[_0x904f('0xb')](),controller[_0x904f('0xe')]);router['post']('/',auth[_0x904f('0xb')](),controller[_0x904f('0xf')]);router['put']('/:id',auth[_0x904f('0xb')](),controller[_0x904f('0x10')]);router[_0x904f('0x11')](_0x904f('0xd'),auth[_0x904f('0xb')](),controller[_0x904f('0x12')]);module[_0x904f('0x13')]=router;
\ No newline at end of file