Built motion from commit e0fa946e.|2.6.5
[motion2.git] / server / api / tag / index.js
index 0bc53c3..07ebe63 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x1339=['./tag.controller','isAuthenticated','index','get','show','post','create','put','/:id','update','delete','destroy','exports','path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment'];(function(_0x458775,_0x523411){var _0x48eb06=function(_0x98a4ac){while(--_0x98a4ac){_0x458775['push'](_0x458775['shift']());}};_0x48eb06(++_0x523411);}(_0x1339,0x1ed));var _0x9133=function(_0x2b38ae,_0x390f10){_0x2b38ae=_0x2b38ae-0x0;var _0xb79d70=_0x1339[_0x2b38ae];return _0xb79d70;};'use strict';var multer=require('multer');var util=require('util');var path=require(_0x9133('0x0'));var timeout=require(_0x9133('0x1'));var express=require(_0x9133('0x2'));var router=express[_0x9133('0x3')]();var auth=require(_0x9133('0x4'));var interaction=require(_0x9133('0x5'));var config=require(_0x9133('0x6'));var controller=require(_0x9133('0x7'));router['get']('/',auth[_0x9133('0x8')](),controller[_0x9133('0x9')]);router[_0x9133('0xa')]('/:id',auth[_0x9133('0x8')](),controller[_0x9133('0xb')]);router[_0x9133('0xc')]('/',auth[_0x9133('0x8')](),controller[_0x9133('0xd')]);router[_0x9133('0xe')](_0x9133('0xf'),auth[_0x9133('0x8')](),controller[_0x9133('0x10')]);router[_0x9133('0x11')]('/:id',auth[_0x9133('0x8')](),controller[_0x9133('0x12')]);module[_0x9133('0x13')]=router;
\ No newline at end of file
+var _0xcfbf=['get','/:id','show','create','put','update','delete','multer','util','path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','isAuthenticated','index'];(function(_0x5528cb,_0x26dcd5){var _0x582566=function(_0x39ce8c){while(--_0x39ce8c){_0x5528cb['push'](_0x5528cb['shift']());}};_0x582566(++_0x26dcd5);}(_0xcfbf,0xf1));var _0xfcfb=function(_0x10a3ac,_0xecbd75){_0x10a3ac=_0x10a3ac-0x0;var _0x49d049=_0xcfbf[_0x10a3ac];return _0x49d049;};'use strict';var multer=require(_0xfcfb('0x0'));var util=require(_0xfcfb('0x1'));var path=require(_0xfcfb('0x2'));var timeout=require(_0xfcfb('0x3'));var express=require(_0xfcfb('0x4'));var router=express[_0xfcfb('0x5')]();var fs_extra=require('fs-extra');var auth=require(_0xfcfb('0x6'));var interaction=require(_0xfcfb('0x7'));var config=require(_0xfcfb('0x8'));var controller=require('./tag.controller');router['get']('/',auth[_0xfcfb('0x9')](),controller[_0xfcfb('0xa')]);router[_0xfcfb('0xb')](_0xfcfb('0xc'),auth[_0xfcfb('0x9')](),controller[_0xfcfb('0xd')]);router['post']('/',auth[_0xfcfb('0x9')](),controller[_0xfcfb('0xe')]);router[_0xfcfb('0xf')](_0xfcfb('0xc'),auth[_0xfcfb('0x9')](),controller[_0xfcfb('0x10')]);router[_0xfcfb('0x11')]('/:id',auth[_0xfcfb('0x9')](),controller['destroy']);module['exports']=router;
\ No newline at end of file