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