Built motion from commit da24aabd.|2.6.20
[motion2.git] / server / api / tag / index.js
index 77ceed3..7a89ff9 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xf3cd=['util','path','connect-timeout','express','Router','../../components/interaction/service','../../config/environment','./tag.controller','isAuthenticated','index','get','/:id','show','delete','destroy','exports','multer'];(function(_0x47508e,_0x41b1c8){var _0x49dac1=function(_0x43c808){while(--_0x43c808){_0x47508e['push'](_0x47508e['shift']());}};_0x49dac1(++_0x41b1c8);}(_0xf3cd,0xfe));var _0xdf3c=function(_0x16ea87,_0x378d8b){_0x16ea87=_0x16ea87-0x0;var _0x6e7b1c=_0xf3cd[_0x16ea87];return _0x6e7b1c;};'use strict';var multer=require(_0xdf3c('0x0'));var util=require(_0xdf3c('0x1'));var path=require(_0xdf3c('0x2'));var timeout=require(_0xdf3c('0x3'));var express=require(_0xdf3c('0x4'));var router=express[_0xdf3c('0x5')]();var auth=require('../../components/auth/service');var interaction=require(_0xdf3c('0x6'));var config=require(_0xdf3c('0x7'));var controller=require(_0xdf3c('0x8'));router['get']('/',auth[_0xdf3c('0x9')](),controller[_0xdf3c('0xa')]);router[_0xdf3c('0xb')](_0xdf3c('0xc'),auth[_0xdf3c('0x9')](),controller[_0xdf3c('0xd')]);router['post']('/',auth[_0xdf3c('0x9')](),controller['create']);router['put'](_0xdf3c('0xc'),auth[_0xdf3c('0x9')](),controller['update']);router[_0xdf3c('0xe')](_0xdf3c('0xc'),auth[_0xdf3c('0x9')](),controller[_0xdf3c('0xf')]);module[_0xdf3c('0x10')]=router;
\ No newline at end of file
+var _0x05e2=['util','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../config/environment','./tag.controller','get','isAuthenticated','index','/:id','post','create','put','update','delete','destroy','exports','multer'];(function(_0x251f27,_0x1237bc){var _0x452654=function(_0x38cbf1){while(--_0x38cbf1){_0x251f27['push'](_0x251f27['shift']());}};_0x452654(++_0x1237bc);}(_0x05e2,0x179));var _0x205e=function(_0x337748,_0x402b05){_0x337748=_0x337748-0x0;var _0x3bb03f=_0x05e2[_0x337748];return _0x3bb03f;};'use strict';var multer=require(_0x205e('0x0'));var util=require(_0x205e('0x1'));var path=require(_0x205e('0x2'));var timeout=require(_0x205e('0x3'));var express=require(_0x205e('0x4'));var router=express[_0x205e('0x5')]();var fs_extra=require(_0x205e('0x6'));var auth=require(_0x205e('0x7'));var interaction=require('../../components/interaction/service');var config=require(_0x205e('0x8'));var controller=require(_0x205e('0x9'));router[_0x205e('0xa')]('/',auth[_0x205e('0xb')](),controller[_0x205e('0xc')]);router[_0x205e('0xa')](_0x205e('0xd'),auth[_0x205e('0xb')](),controller['show']);router[_0x205e('0xe')]('/',auth[_0x205e('0xb')](),controller[_0x205e('0xf')]);router[_0x205e('0x10')](_0x205e('0xd'),auth[_0x205e('0xb')](),controller[_0x205e('0x11')]);router[_0x205e('0x12')]('/:id',auth[_0x205e('0xb')](),controller[_0x205e('0x13')]);module[_0x205e('0x14')]=router;
\ No newline at end of file