Built motion from commit 953226e6.|2.6.32
[motion2.git] / server / api / schedule / index.js
index 6f7bb7f..88c46ea 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x20f1=['update','delete','destroy','exports','multer','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','./schedule.controller','get','isAuthenticated','/:id','show','/:id/run','post','create'];(function(_0x174278,_0x1322e){var _0x52a098=function(_0x2f8dbc){while(--_0x2f8dbc){_0x174278['push'](_0x174278['shift']());}};_0x52a098(++_0x1322e);}(_0x20f1,0xe0));var _0x120f=function(_0x4eeccc,_0x12a356){_0x4eeccc=_0x4eeccc-0x0;var _0x8f2e8=_0x20f1[_0x4eeccc];return _0x8f2e8;};'use strict';var multer=require(_0x120f('0x0'));var util=require('util');var path=require(_0x120f('0x1'));var timeout=require(_0x120f('0x2'));var express=require(_0x120f('0x3'));var router=express[_0x120f('0x4')]();var fs_extra=require(_0x120f('0x5'));var auth=require(_0x120f('0x6'));var interaction=require(_0x120f('0x7'));var config=require('../../config/environment');var controller=require(_0x120f('0x8'));router[_0x120f('0x9')]('/',auth[_0x120f('0xa')](),controller['index']);router[_0x120f('0x9')](_0x120f('0xb'),auth['isAuthenticated'](),controller[_0x120f('0xc')]);router[_0x120f('0x9')](_0x120f('0xd'),auth[_0x120f('0xa')](),controller['run']);router[_0x120f('0xe')]('/',auth[_0x120f('0xa')](),controller[_0x120f('0xf')]);router['put'](_0x120f('0xb'),auth[_0x120f('0xa')](),controller[_0x120f('0x10')]);router[_0x120f('0x11')](_0x120f('0xb'),auth[_0x120f('0xa')](),controller[_0x120f('0x12')]);module[_0x120f('0x13')]=router;
\ No newline at end of file
+var _0xb65f=['../../config/environment','./schedule.controller','get','isAuthenticated','/:id','show','/:id/run','run','post','create','put','delete','destroy','exports','util','path','connect-timeout','express','fs-extra','../../components/auth/service'];(function(_0xdbff26,_0xfc8995){var _0x4adb23=function(_0x291780){while(--_0x291780){_0xdbff26['push'](_0xdbff26['shift']());}};_0x4adb23(++_0xfc8995);}(_0xb65f,0x126));var _0xfb65=function(_0x5d60d1,_0x325ad0){_0x5d60d1=_0x5d60d1-0x0;var _0x5e94a7=_0xb65f[_0x5d60d1];return _0x5e94a7;};'use strict';var multer=require('multer');var util=require(_0xfb65('0x0'));var path=require(_0xfb65('0x1'));var timeout=require(_0xfb65('0x2'));var express=require(_0xfb65('0x3'));var router=express['Router']();var fs_extra=require(_0xfb65('0x4'));var auth=require(_0xfb65('0x5'));var interaction=require('../../components/interaction/service');var config=require(_0xfb65('0x6'));var controller=require(_0xfb65('0x7'));router[_0xfb65('0x8')]('/',auth[_0xfb65('0x9')](),controller['index']);router['get'](_0xfb65('0xa'),auth[_0xfb65('0x9')](),controller[_0xfb65('0xb')]);router[_0xfb65('0x8')](_0xfb65('0xc'),auth[_0xfb65('0x9')](),controller[_0xfb65('0xd')]);router[_0xfb65('0xe')]('/',auth[_0xfb65('0x9')](),controller[_0xfb65('0xf')]);router[_0xfb65('0x10')](_0xfb65('0xa'),auth[_0xfb65('0x9')](),controller['update']);router[_0xfb65('0x11')](_0xfb65('0xa'),auth['isAuthenticated'](),controller[_0xfb65('0x12')]);module[_0xfb65('0x13')]=router;
\ No newline at end of file