Built motion from commit d1eab355.|2.6.28
[motion2.git] / server / api / disposition / index.js
index 160f8a8..435e261 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-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
+var _0x45ff=['destroy','util','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./disposition.controller','get','index','isAuthenticated','post','put','/:id','update','delete'];(function(_0x3668bf,_0x6887ac){var _0x106e85=function(_0x1dc0ab){while(--_0x1dc0ab){_0x3668bf['push'](_0x3668bf['shift']());}};_0x106e85(++_0x6887ac);}(_0x45ff,0xa3));var _0xf45f=function(_0x1030ce,_0xbe3f74){_0x1030ce=_0x1030ce-0x0;var _0x3367fd=_0x45ff[_0x1030ce];return _0x3367fd;};'use strict';var multer=require('multer');var util=require(_0xf45f('0x0'));var path=require('path');var timeout=require(_0xf45f('0x1'));var express=require(_0xf45f('0x2'));var router=express[_0xf45f('0x3')]();var fs_extra=require(_0xf45f('0x4'));var auth=require(_0xf45f('0x5'));var interaction=require(_0xf45f('0x6'));var config=require(_0xf45f('0x7'));var controller=require(_0xf45f('0x8'));router[_0xf45f('0x9')]('/',auth['isAuthenticated'](),controller[_0xf45f('0xa')]);router[_0xf45f('0x9')]('/:id',auth[_0xf45f('0xb')](),controller['show']);router[_0xf45f('0xc')]('/',auth['isAuthenticated'](),controller['create']);router[_0xf45f('0xd')](_0xf45f('0xe'),auth[_0xf45f('0xb')](),controller[_0xf45f('0xf')]);router[_0xf45f('0x10')](_0xf45f('0xe'),auth['isAuthenticated'](),controller[_0xf45f('0x11')]);module['exports']=router;
\ No newline at end of file