Built motion from commit da617fac.|2.6.6
[motion2.git] / server / api / schedule / index.js
index b3f0022..5af92cf 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x9736=['destroy','util','connect-timeout','express','Router','../../components/auth/service','../../config/environment','./schedule.controller','get','isAuthenticated','/:id','show','run','post','create','put','update'];(function(_0x17f145,_0x3422bb){var _0x2d5420=function(_0x3eb38b){while(--_0x3eb38b){_0x17f145['push'](_0x17f145['shift']());}};_0x2d5420(++_0x3422bb);}(_0x9736,0xef));var _0x6973=function(_0x33993e,_0xd4ae85){_0x33993e=_0x33993e-0x0;var _0x1c3281=_0x9736[_0x33993e];return _0x1c3281;};'use strict';var multer=require('multer');var util=require(_0x6973('0x0'));var path=require('path');var timeout=require(_0x6973('0x1'));var express=require(_0x6973('0x2'));var router=express[_0x6973('0x3')]();var fs_extra=require('fs-extra');var auth=require(_0x6973('0x4'));var interaction=require('../../components/interaction/service');var config=require(_0x6973('0x5'));var controller=require(_0x6973('0x6'));router[_0x6973('0x7')]('/',auth[_0x6973('0x8')](),controller['index']);router[_0x6973('0x7')](_0x6973('0x9'),auth['isAuthenticated'](),controller[_0x6973('0xa')]);router['get']('/:id/run',auth[_0x6973('0x8')](),controller[_0x6973('0xb')]);router[_0x6973('0xc')]('/',auth[_0x6973('0x8')](),controller[_0x6973('0xd')]);router[_0x6973('0xe')](_0x6973('0x9'),auth[_0x6973('0x8')](),controller[_0x6973('0xf')]);router['delete']('/:id',auth[_0x6973('0x8')](),controller[_0x6973('0x10')]);module['exports']=router;
\ No newline at end of file
+var _0xccc0=['../../config/environment','get','isAuthenticated','index','/:id','show','/:id/run','run','post','create','delete','destroy','exports','multer','connect-timeout','express','Router','fs-extra'];(function(_0x590f5e,_0x5f4080){var _0x517fd6=function(_0x555ab6){while(--_0x555ab6){_0x590f5e['push'](_0x590f5e['shift']());}};_0x517fd6(++_0x5f4080);}(_0xccc0,0x1f3));var _0x0ccc=function(_0x7b192c,_0x2ccb96){_0x7b192c=_0x7b192c-0x0;var _0xbb2dc0=_0xccc0[_0x7b192c];return _0xbb2dc0;};'use strict';var multer=require(_0x0ccc('0x0'));var util=require('util');var path=require('path');var timeout=require(_0x0ccc('0x1'));var express=require(_0x0ccc('0x2'));var router=express[_0x0ccc('0x3')]();var fs_extra=require(_0x0ccc('0x4'));var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require(_0x0ccc('0x5'));var controller=require('./schedule.controller');router[_0x0ccc('0x6')]('/',auth[_0x0ccc('0x7')](),controller[_0x0ccc('0x8')]);router['get'](_0x0ccc('0x9'),auth[_0x0ccc('0x7')](),controller[_0x0ccc('0xa')]);router[_0x0ccc('0x6')](_0x0ccc('0xb'),auth['isAuthenticated'](),controller[_0x0ccc('0xc')]);router[_0x0ccc('0xd')]('/',auth[_0x0ccc('0x7')](),controller[_0x0ccc('0xe')]);router['put'](_0x0ccc('0x9'),auth[_0x0ccc('0x7')](),controller['update']);router[_0x0ccc('0xf')](_0x0ccc('0x9'),auth[_0x0ccc('0x7')](),controller[_0x0ccc('0x10')]);module[_0x0ccc('0x11')]=router;
\ No newline at end of file