Built motion from commit e0fa946e.|2.6.5
[motion2.git] / server / api / tag / index.js
index 18153d7..07ebe63 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x359a=['util','path','connect-timeout','express','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./tag.controller','get','isAuthenticated','index','/:id','show','update','destroy','multer'];(function(_0x36266e,_0x19cc8b){var _0x447ff5=function(_0x5ccb33){while(--_0x5ccb33){_0x36266e['push'](_0x36266e['shift']());}};_0x447ff5(++_0x19cc8b);}(_0x359a,0x153));var _0xa359=function(_0x34b300,_0x291900){_0x34b300=_0x34b300-0x0;var _0x43f3b9=_0x359a[_0x34b300];return _0x43f3b9;};'use strict';var multer=require(_0xa359('0x0'));var util=require(_0xa359('0x1'));var path=require(_0xa359('0x2'));var timeout=require(_0xa359('0x3'));var express=require(_0xa359('0x4'));var router=express['Router']();var fs_extra=require(_0xa359('0x5'));var auth=require(_0xa359('0x6'));var interaction=require(_0xa359('0x7'));var config=require(_0xa359('0x8'));var controller=require(_0xa359('0x9'));router[_0xa359('0xa')]('/',auth[_0xa359('0xb')](),controller[_0xa359('0xc')]);router[_0xa359('0xa')](_0xa359('0xd'),auth['isAuthenticated'](),controller[_0xa359('0xe')]);router['post']('/',auth[_0xa359('0xb')](),controller['create']);router['put'](_0xa359('0xd'),auth[_0xa359('0xb')](),controller[_0xa359('0xf')]);router['delete']('/:id',auth[_0xa359('0xb')](),controller[_0xa359('0x10')]);module['exports']=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