Built motion from commit 85328c08.|2.5.50
[motion2.git] / server / api / disposition / index.js
index 50f31e5..fee37bf 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xbecf=['../../components/interaction/service','../../config/environment','./disposition.controller','get','isAuthenticated','/:id','show','post','create','put','destroy','exports','path','connect-timeout','express','Router'];(function(_0x3e305c,_0x2370d8){var _0x48f98a=function(_0x4bf08d){while(--_0x4bf08d){_0x3e305c['push'](_0x3e305c['shift']());}};_0x48f98a(++_0x2370d8);}(_0xbecf,0x15c));var _0xfbec=function(_0x1b8dd8,_0x6eb59f){_0x1b8dd8=_0x1b8dd8-0x0;var _0x43ed5c=_0xbecf[_0x1b8dd8];return _0x43ed5c;};'use strict';var multer=require('multer');var util=require('util');var path=require(_0xfbec('0x0'));var timeout=require(_0xfbec('0x1'));var express=require(_0xfbec('0x2'));var router=express[_0xfbec('0x3')]();var auth=require('../../components/auth/service');var interaction=require(_0xfbec('0x4'));var config=require(_0xfbec('0x5'));var controller=require(_0xfbec('0x6'));router[_0xfbec('0x7')]('/',auth[_0xfbec('0x8')](),controller['index']);router[_0xfbec('0x7')](_0xfbec('0x9'),auth[_0xfbec('0x8')](),controller[_0xfbec('0xa')]);router[_0xfbec('0xb')]('/',auth[_0xfbec('0x8')](),controller[_0xfbec('0xc')]);router[_0xfbec('0xd')](_0xfbec('0x9'),auth['isAuthenticated'](),controller['update']);router['delete'](_0xfbec('0x9'),auth[_0xfbec('0x8')](),controller[_0xfbec('0xe')]);module[_0xfbec('0xf')]=router;
\ No newline at end of file
+var _0xc9c3=['express','Router','fs-extra','./disposition.controller','isAuthenticated','index','/:id','post','update','delete','destroy','exports','multer','util','path'];(function(_0x3a49fd,_0xe44f02){var _0x18527d=function(_0x112f5c){while(--_0x112f5c){_0x3a49fd['push'](_0x3a49fd['shift']());}};_0x18527d(++_0xe44f02);}(_0xc9c3,0x147));var _0x3c9c=function(_0x40a30b,_0x117bda){_0x40a30b=_0x40a30b-0x0;var _0x5e6353=_0xc9c3[_0x40a30b];return _0x5e6353;};'use strict';var multer=require(_0x3c9c('0x0'));var util=require(_0x3c9c('0x1'));var path=require(_0x3c9c('0x2'));var timeout=require('connect-timeout');var express=require(_0x3c9c('0x3'));var router=express[_0x3c9c('0x4')]();var fs_extra=require(_0x3c9c('0x5'));var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require('../../config/environment');var controller=require(_0x3c9c('0x6'));router['get']('/',auth[_0x3c9c('0x7')](),controller[_0x3c9c('0x8')]);router['get'](_0x3c9c('0x9'),auth[_0x3c9c('0x7')](),controller['show']);router[_0x3c9c('0xa')]('/',auth[_0x3c9c('0x7')](),controller['create']);router['put'](_0x3c9c('0x9'),auth[_0x3c9c('0x7')](),controller[_0x3c9c('0xb')]);router[_0x3c9c('0xc')](_0x3c9c('0x9'),auth[_0x3c9c('0x7')](),controller[_0x3c9c('0xd')]);module[_0x3c9c('0xe')]=router;
\ No newline at end of file