Built motion from commit 52c8a02d.|2.6.29
[motion2.git] / server / api / dashboardItem / index.js
index f3f4382..756da0e 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xbe1f=['util','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./dashboardItem.controller','get','/:id','isAuthenticated','show','create','put','update','destroy','exports','multer'];(function(_0x331136,_0x15c2e9){var _0x1d0359=function(_0x555a86){while(--_0x555a86){_0x331136['push'](_0x331136['shift']());}};_0x1d0359(++_0x15c2e9);}(_0xbe1f,0x8b));var _0xfbe1=function(_0x1ac595,_0x5d2081){_0x1ac595=_0x1ac595-0x0;var _0x455fff=_0xbe1f[_0x1ac595];return _0x455fff;};'use strict';var multer=require(_0xfbe1('0x0'));var util=require(_0xfbe1('0x1'));var path=require(_0xfbe1('0x2'));var timeout=require(_0xfbe1('0x3'));var express=require(_0xfbe1('0x4'));var router=express[_0xfbe1('0x5')]();var fs_extra=require(_0xfbe1('0x6'));var auth=require(_0xfbe1('0x7'));var interaction=require(_0xfbe1('0x8'));var config=require(_0xfbe1('0x9'));var controller=require(_0xfbe1('0xa'));router[_0xfbe1('0xb')](_0xfbe1('0xc'),auth[_0xfbe1('0xd')](),controller[_0xfbe1('0xe')]);router['post']('/',auth[_0xfbe1('0xd')](),controller[_0xfbe1('0xf')]);router[_0xfbe1('0x10')]('/:id',auth[_0xfbe1('0xd')](),controller[_0xfbe1('0x11')]);router['delete'](_0xfbe1('0xc'),auth[_0xfbe1('0xd')](),controller[_0xfbe1('0x12')]);module[_0xfbe1('0x13')]=router;
\ No newline at end of file
+var _0xe1ce=['connect-timeout','express','fs-extra','../../components/auth/service','../../components/interaction/service','get','/:id','isAuthenticated','show','post','put','update','delete','destroy','multer','util'];(function(_0x3e59ab,_0xb1aac4){var _0x10209e=function(_0x26e9e9){while(--_0x26e9e9){_0x3e59ab['push'](_0x3e59ab['shift']());}};_0x10209e(++_0xb1aac4);}(_0xe1ce,0x1ae));var _0xee1c=function(_0x5f3f88,_0x562baf){_0x5f3f88=_0x5f3f88-0x0;var _0xd08119=_0xe1ce[_0x5f3f88];return _0xd08119;};'use strict';var multer=require(_0xee1c('0x0'));var util=require(_0xee1c('0x1'));var path=require('path');var timeout=require(_0xee1c('0x2'));var express=require(_0xee1c('0x3'));var router=express['Router']();var fs_extra=require(_0xee1c('0x4'));var auth=require(_0xee1c('0x5'));var interaction=require(_0xee1c('0x6'));var config=require('../../config/environment');var controller=require('./dashboardItem.controller');router[_0xee1c('0x7')](_0xee1c('0x8'),auth[_0xee1c('0x9')](),controller[_0xee1c('0xa')]);router[_0xee1c('0xb')]('/',auth[_0xee1c('0x9')](),controller['create']);router[_0xee1c('0xc')](_0xee1c('0x8'),auth[_0xee1c('0x9')](),controller[_0xee1c('0xd')]);router[_0xee1c('0xe')](_0xee1c('0x8'),auth[_0xee1c('0x9')](),controller[_0xee1c('0xf')]);module['exports']=router;
\ No newline at end of file