Built motion from commit 19a84241.|2.5.34
[motion2.git] / server / api / schedule / index.js
index 1ca1e31..6f7bb7f 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xb08d=['isAuthenticated','create','put','update','delete','destroy','exports','connect-timeout','Router','../../components/interaction/service','./schedule.controller','get','index','/:id','/:id/run','run','post'];(function(_0x52ce6c,_0x256de5){var _0x3d8724=function(_0x7cdf34){while(--_0x7cdf34){_0x52ce6c['push'](_0x52ce6c['shift']());}};_0x3d8724(++_0x256de5);}(_0xb08d,0x8f));var _0xdb08=function(_0x39a23e,_0xbae270){_0x39a23e=_0x39a23e-0x0;var _0x1ec2b2=_0xb08d[_0x39a23e];return _0x1ec2b2;};'use strict';var multer=require('multer');var util=require('util');var path=require('path');var timeout=require(_0xdb08('0x0'));var express=require('express');var router=express[_0xdb08('0x1')]();var auth=require('../../components/auth/service');var interaction=require(_0xdb08('0x2'));var config=require('../../config/environment');var controller=require(_0xdb08('0x3'));router[_0xdb08('0x4')]('/',auth['isAuthenticated'](),controller[_0xdb08('0x5')]);router[_0xdb08('0x4')](_0xdb08('0x6'),auth['isAuthenticated'](),controller['show']);router[_0xdb08('0x4')](_0xdb08('0x7'),auth['isAuthenticated'](),controller[_0xdb08('0x8')]);router[_0xdb08('0x9')]('/',auth[_0xdb08('0xa')](),controller[_0xdb08('0xb')]);router[_0xdb08('0xc')](_0xdb08('0x6'),auth[_0xdb08('0xa')](),controller[_0xdb08('0xd')]);router[_0xdb08('0xe')]('/:id',auth[_0xdb08('0xa')](),controller[_0xdb08('0xf')]);module[_0xdb08('0x10')]=router;
\ No newline at end of file
+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