Built motion from commit 9d0783e6.|2.6.13
[motion2.git] / server / api / tag / index.js
index 3738b7f..0c36b5a 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x5abf=['multer','util','path','connect-timeout','express','Router','fs-extra','../../components/interaction/service','../../config/environment','./tag.controller','get','isAuthenticated','/:id','post','put','update','delete','destroy','exports'];(function(_0x263826,_0x35b35a){var _0x32af13=function(_0x93e978){while(--_0x93e978){_0x263826['push'](_0x263826['shift']());}};_0x32af13(++_0x35b35a);}(_0x5abf,0x72));var _0xf5ab=function(_0x139a4f,_0x5c6d66){_0x139a4f=_0x139a4f-0x0;var _0x46ed1c=_0x5abf[_0x139a4f];return _0x46ed1c;};'use strict';var multer=require(_0xf5ab('0x0'));var util=require(_0xf5ab('0x1'));var path=require(_0xf5ab('0x2'));var timeout=require(_0xf5ab('0x3'));var express=require(_0xf5ab('0x4'));var router=express[_0xf5ab('0x5')]();var fs_extra=require(_0xf5ab('0x6'));var auth=require('../../components/auth/service');var interaction=require(_0xf5ab('0x7'));var config=require(_0xf5ab('0x8'));var controller=require(_0xf5ab('0x9'));router[_0xf5ab('0xa')]('/',auth[_0xf5ab('0xb')](),controller['index']);router[_0xf5ab('0xa')](_0xf5ab('0xc'),auth[_0xf5ab('0xb')](),controller['show']);router[_0xf5ab('0xd')]('/',auth[_0xf5ab('0xb')](),controller['create']);router[_0xf5ab('0xe')]('/:id',auth[_0xf5ab('0xb')](),controller[_0xf5ab('0xf')]);router[_0xf5ab('0x10')](_0xf5ab('0xc'),auth[_0xf5ab('0xb')](),controller[_0xf5ab('0x11')]);module[_0xf5ab('0x12')]=router;
\ No newline at end of file
+var _0xf534=['util','path','connect-timeout','express','fs-extra','../../components/auth/service','../../config/environment','./tag.controller','get','isAuthenticated','show','post','put','delete','destroy','multer'];(function(_0x2dcf70,_0x4dc514){var _0xa077cf=function(_0x304679){while(--_0x304679){_0x2dcf70['push'](_0x2dcf70['shift']());}};_0xa077cf(++_0x4dc514);}(_0xf534,0x9f));var _0x4f53=function(_0x14add3,_0x13ce8d){_0x14add3=_0x14add3-0x0;var _0x4a174f=_0xf534[_0x14add3];return _0x4a174f;};'use strict';var multer=require(_0x4f53('0x0'));var util=require(_0x4f53('0x1'));var path=require(_0x4f53('0x2'));var timeout=require(_0x4f53('0x3'));var express=require(_0x4f53('0x4'));var router=express['Router']();var fs_extra=require(_0x4f53('0x5'));var auth=require(_0x4f53('0x6'));var interaction=require('../../components/interaction/service');var config=require(_0x4f53('0x7'));var controller=require(_0x4f53('0x8'));router[_0x4f53('0x9')]('/',auth[_0x4f53('0xa')](),controller['index']);router[_0x4f53('0x9')]('/:id',auth[_0x4f53('0xa')](),controller[_0x4f53('0xb')]);router[_0x4f53('0xc')]('/',auth[_0x4f53('0xa')](),controller['create']);router[_0x4f53('0xd')]('/:id',auth['isAuthenticated'](),controller['update']);router[_0x4f53('0xe')]('/:id',auth[_0x4f53('0xa')](),controller[_0x4f53('0xf')]);module['exports']=router;
\ No newline at end of file