Built motion from commit 953226e6.|2.6.32
[motion2.git] / server / api / schedule / index.js
index dda81a4..88c46ea 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xf8bf=['multer','util','path','express','Router','fs-extra','../../components/auth/service','../../config/environment','./schedule.controller','isAuthenticated','index','get','/:id','show','/:id/run','run','post','update','exports'];(function(_0x5aa5df,_0x4a5253){var _0x36fd80=function(_0x586dd4){while(--_0x586dd4){_0x5aa5df['push'](_0x5aa5df['shift']());}};_0x36fd80(++_0x4a5253);}(_0xf8bf,0xab));var _0xff8b=function(_0xf850a1,_0x335971){_0xf850a1=_0xf850a1-0x0;var _0x4fd4f4=_0xf8bf[_0xf850a1];return _0x4fd4f4;};'use strict';var multer=require(_0xff8b('0x0'));var util=require(_0xff8b('0x1'));var path=require(_0xff8b('0x2'));var timeout=require('connect-timeout');var express=require(_0xff8b('0x3'));var router=express[_0xff8b('0x4')]();var fs_extra=require(_0xff8b('0x5'));var auth=require(_0xff8b('0x6'));var interaction=require('../../components/interaction/service');var config=require(_0xff8b('0x7'));var controller=require(_0xff8b('0x8'));router['get']('/',auth[_0xff8b('0x9')](),controller[_0xff8b('0xa')]);router[_0xff8b('0xb')](_0xff8b('0xc'),auth[_0xff8b('0x9')](),controller[_0xff8b('0xd')]);router[_0xff8b('0xb')](_0xff8b('0xe'),auth[_0xff8b('0x9')](),controller[_0xff8b('0xf')]);router[_0xff8b('0x10')]('/',auth[_0xff8b('0x9')](),controller['create']);router['put'](_0xff8b('0xc'),auth[_0xff8b('0x9')](),controller[_0xff8b('0x11')]);router['delete'](_0xff8b('0xc'),auth[_0xff8b('0x9')](),controller['destroy']);module[_0xff8b('0x12')]=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