Built motion from commit (unavailable).|2.5.31
[motion2.git] / server / api / variable / index.js
index 09451a8..cd91de7 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x6c8b=['fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./variable.controller','isAuthenticated','get','show','post','create','put','delete','destroy','exports','multer','util','path','connect-timeout','express','Router'];(function(_0x5be527,_0x47a3f2){var _0x3f0f16=function(_0x16a756){while(--_0x16a756){_0x5be527['push'](_0x5be527['shift']());}};_0x3f0f16(++_0x47a3f2);}(_0x6c8b,0xd6));var _0xb6c8=function(_0xbee602,_0x2aa035){_0xbee602=_0xbee602-0x0;var _0x2bb28e=_0x6c8b[_0xbee602];return _0x2bb28e;};'use strict';var multer=require(_0xb6c8('0x0'));var util=require(_0xb6c8('0x1'));var path=require(_0xb6c8('0x2'));var timeout=require(_0xb6c8('0x3'));var express=require(_0xb6c8('0x4'));var router=express[_0xb6c8('0x5')]();var fs_extra=require(_0xb6c8('0x6'));var auth=require(_0xb6c8('0x7'));var interaction=require(_0xb6c8('0x8'));var config=require(_0xb6c8('0x9'));var controller=require(_0xb6c8('0xa'));router['get']('/',auth[_0xb6c8('0xb')](),controller['index']);router[_0xb6c8('0xc')]('/:id',auth[_0xb6c8('0xb')](),controller[_0xb6c8('0xd')]);router[_0xb6c8('0xe')]('/',auth['isAuthenticated'](),controller[_0xb6c8('0xf')]);router[_0xb6c8('0x10')]('/:id',auth['isAuthenticated'](),controller['update']);router[_0xb6c8('0x11')]('/:id',auth[_0xb6c8('0xb')](),controller[_0xb6c8('0x12')]);module[_0xb6c8('0x13')]=router;
\ No newline at end of file
+var _0xc67c=['update','delete','destroy','exports','multer','express','Router','fs-extra','../../components/auth/service','./variable.controller','get','index','/:id','isAuthenticated','post','create','put'];(function(_0x217132,_0x3d8892){var _0x2e351b=function(_0x56904d){while(--_0x56904d){_0x217132['push'](_0x217132['shift']());}};_0x2e351b(++_0x3d8892);}(_0xc67c,0x18b));var _0xcc67=function(_0x5e853d,_0x34a78d){_0x5e853d=_0x5e853d-0x0;var _0x5a02c4=_0xc67c[_0x5e853d];return _0x5a02c4;};'use strict';var multer=require(_0xcc67('0x0'));var util=require('util');var path=require('path');var timeout=require('connect-timeout');var express=require(_0xcc67('0x1'));var router=express[_0xcc67('0x2')]();var fs_extra=require(_0xcc67('0x3'));var auth=require(_0xcc67('0x4'));var interaction=require('../../components/interaction/service');var config=require('../../config/environment');var controller=require(_0xcc67('0x5'));router[_0xcc67('0x6')]('/',auth['isAuthenticated'](),controller[_0xcc67('0x7')]);router[_0xcc67('0x6')](_0xcc67('0x8'),auth[_0xcc67('0x9')](),controller['show']);router[_0xcc67('0xa')]('/',auth[_0xcc67('0x9')](),controller[_0xcc67('0xb')]);router[_0xcc67('0xc')](_0xcc67('0x8'),auth[_0xcc67('0x9')](),controller[_0xcc67('0xd')]);router[_0xcc67('0xe')](_0xcc67('0x8'),auth[_0xcc67('0x9')](),controller[_0xcc67('0xf')]);module[_0xcc67('0x10')]=router;
\ No newline at end of file