Built motion from commit 1fa89557.|2.6.10
[motion2.git] / server / api / dashboard / index.js
index d1f7859..83afc68 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xc68a=['../../components/interaction/service','../../config/environment','./dashboard.controller','get','isAuthenticated','index','/:id','/:id/items','getItems','post','/:id/clone','clone','addItem','put','update','delete','destroy','exports','multer','util','connect-timeout','express','Router','../../components/auth/service'];(function(_0x476618,_0x530f7e){var _0x36b6d2=function(_0x465460){while(--_0x465460){_0x476618['push'](_0x476618['shift']());}};_0x36b6d2(++_0x530f7e);}(_0xc68a,0x1c2));var _0xac68=function(_0x223c0d,_0x3ec04d){_0x223c0d=_0x223c0d-0x0;var _0x207827=_0xc68a[_0x223c0d];return _0x207827;};'use strict';var multer=require(_0xac68('0x0'));var util=require(_0xac68('0x1'));var path=require('path');var timeout=require(_0xac68('0x2'));var express=require(_0xac68('0x3'));var router=express[_0xac68('0x4')]();var fs_extra=require('fs-extra');var auth=require(_0xac68('0x5'));var interaction=require(_0xac68('0x6'));var config=require(_0xac68('0x7'));var controller=require(_0xac68('0x8'));router[_0xac68('0x9')]('/',auth[_0xac68('0xa')](),controller[_0xac68('0xb')]);router['get'](_0xac68('0xc'),auth[_0xac68('0xa')](),controller['show']);router['get'](_0xac68('0xd'),auth['isAuthenticated'](),controller[_0xac68('0xe')]);router['post']('/',auth[_0xac68('0xa')](),controller['create']);router[_0xac68('0xf')](_0xac68('0x10'),auth[_0xac68('0xa')](),controller[_0xac68('0x11')]);router[_0xac68('0xf')](_0xac68('0xd'),auth[_0xac68('0xa')](),controller[_0xac68('0x12')]);router[_0xac68('0x13')](_0xac68('0xc'),auth[_0xac68('0xa')](),controller[_0xac68('0x14')]);router[_0xac68('0x15')](_0xac68('0xc'),auth[_0xac68('0xa')](),controller[_0xac68('0x16')]);module[_0xac68('0x17')]=router;
\ No newline at end of file
+var _0xb922=['destroy','exports','multer','util','path','express','Router','fs-extra','../../components/auth/service','./dashboard.controller','get','isAuthenticated','index','/:id','/:id/items','getItems','post','/:id/clone','addItem','put','update'];(function(_0x5f3245,_0x35fbbf){var _0xc4a18e=function(_0x2bd03e){while(--_0x2bd03e){_0x5f3245['push'](_0x5f3245['shift']());}};_0xc4a18e(++_0x35fbbf);}(_0xb922,0x167));var _0x2b92=function(_0x3fa933,_0x190a6d){_0x3fa933=_0x3fa933-0x0;var _0x52846d=_0xb922[_0x3fa933];return _0x52846d;};'use strict';var multer=require(_0x2b92('0x0'));var util=require(_0x2b92('0x1'));var path=require(_0x2b92('0x2'));var timeout=require('connect-timeout');var express=require(_0x2b92('0x3'));var router=express[_0x2b92('0x4')]();var fs_extra=require(_0x2b92('0x5'));var auth=require(_0x2b92('0x6'));var interaction=require('../../components/interaction/service');var config=require('../../config/environment');var controller=require(_0x2b92('0x7'));router[_0x2b92('0x8')]('/',auth[_0x2b92('0x9')](),controller[_0x2b92('0xa')]);router[_0x2b92('0x8')](_0x2b92('0xb'),auth[_0x2b92('0x9')](),controller['show']);router['get'](_0x2b92('0xc'),auth[_0x2b92('0x9')](),controller[_0x2b92('0xd')]);router[_0x2b92('0xe')]('/',auth['isAuthenticated'](),controller['create']);router[_0x2b92('0xe')](_0x2b92('0xf'),auth[_0x2b92('0x9')](),controller['clone']);router['post']('/:id/items',auth['isAuthenticated'](),controller[_0x2b92('0x10')]);router[_0x2b92('0x11')](_0x2b92('0xb'),auth[_0x2b92('0x9')](),controller[_0x2b92('0x12')]);router['delete']('/:id',auth[_0x2b92('0x9')](),controller[_0x2b92('0x13')]);module[_0x2b92('0x14')]=router;
\ No newline at end of file