Built motion from commit 994c64e1.|2.6.1
[motion2.git] / server / api / variable / index.js
index 935b200..e4c3c9d 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xe4d6=['index','get','/:id','create','put','delete','destroy','multer','util','path','connect-timeout','Router','fs-extra','../../components/auth/service','./variable.controller','isAuthenticated'];(function(_0x3dd15e,_0x1f0015){var _0x231fd0=function(_0x4f680a){while(--_0x4f680a){_0x3dd15e['push'](_0x3dd15e['shift']());}};_0x231fd0(++_0x1f0015);}(_0xe4d6,0xd7));var _0x6e4d=function(_0x18d671,_0x58eebe){_0x18d671=_0x18d671-0x0;var _0x3cfc39=_0xe4d6[_0x18d671];return _0x3cfc39;};'use strict';var multer=require(_0x6e4d('0x0'));var util=require(_0x6e4d('0x1'));var path=require(_0x6e4d('0x2'));var timeout=require(_0x6e4d('0x3'));var express=require('express');var router=express[_0x6e4d('0x4')]();var fs_extra=require(_0x6e4d('0x5'));var auth=require(_0x6e4d('0x6'));var interaction=require('../../components/interaction/service');var config=require('../../config/environment');var controller=require(_0x6e4d('0x7'));router['get']('/',auth[_0x6e4d('0x8')](),controller[_0x6e4d('0x9')]);router[_0x6e4d('0xa')](_0x6e4d('0xb'),auth[_0x6e4d('0x8')](),controller['show']);router['post']('/',auth[_0x6e4d('0x8')](),controller[_0x6e4d('0xc')]);router[_0x6e4d('0xd')]('/:id',auth[_0x6e4d('0x8')](),controller['update']);router[_0x6e4d('0xe')](_0x6e4d('0xb'),auth[_0x6e4d('0x8')](),controller[_0x6e4d('0xf')]);module['exports']=router;
\ No newline at end of file
+var _0xa4ba=['create','put','/:id','update','delete','destroy','exports','util','path','connect-timeout','express','fs-extra','../../config/environment','./variable.controller','get','isAuthenticated'];(function(_0x43e4b3,_0x1444de){var _0x10c655=function(_0x56c01d){while(--_0x56c01d){_0x43e4b3['push'](_0x43e4b3['shift']());}};_0x10c655(++_0x1444de);}(_0xa4ba,0x1b7));var _0xaa4b=function(_0x2aea9e,_0x1f587f){_0x2aea9e=_0x2aea9e-0x0;var _0x430b92=_0xa4ba[_0x2aea9e];return _0x430b92;};'use strict';var multer=require('multer');var util=require(_0xaa4b('0x0'));var path=require(_0xaa4b('0x1'));var timeout=require(_0xaa4b('0x2'));var express=require(_0xaa4b('0x3'));var router=express['Router']();var fs_extra=require(_0xaa4b('0x4'));var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require(_0xaa4b('0x5'));var controller=require(_0xaa4b('0x6'));router[_0xaa4b('0x7')]('/',auth[_0xaa4b('0x8')](),controller['index']);router[_0xaa4b('0x7')]('/:id',auth[_0xaa4b('0x8')](),controller['show']);router['post']('/',auth[_0xaa4b('0x8')](),controller[_0xaa4b('0x9')]);router[_0xaa4b('0xa')](_0xaa4b('0xb'),auth[_0xaa4b('0x8')](),controller[_0xaa4b('0xc')]);router[_0xaa4b('0xd')](_0xaa4b('0xb'),auth[_0xaa4b('0x8')](),controller[_0xaa4b('0xe')]);module[_0xaa4b('0xf')]=router;
\ No newline at end of file