Built motion from commit ffdca78c.|2.6.24
[motion2.git] / server / api / schedule / index.js
index 9c344ab..a5f46c1 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x1fe9=['../../components/interaction/service','../../config/environment','./schedule.controller','get','isAuthenticated','index','/:id','/:id/run','run','post','create','put','update','delete','exports','multer','util','path','express','../../components/auth/service'];(function(_0x379062,_0x25a617){var _0x4f9acd=function(_0x12c588){while(--_0x12c588){_0x379062['push'](_0x379062['shift']());}};_0x4f9acd(++_0x25a617);}(_0x1fe9,0xd7));var _0x91fe=function(_0x321bb2,_0x202794){_0x321bb2=_0x321bb2-0x0;var _0x9c12ed=_0x1fe9[_0x321bb2];return _0x9c12ed;};'use strict';var multer=require(_0x91fe('0x0'));var util=require(_0x91fe('0x1'));var path=require(_0x91fe('0x2'));var timeout=require('connect-timeout');var express=require(_0x91fe('0x3'));var router=express['Router']();var auth=require(_0x91fe('0x4'));var interaction=require(_0x91fe('0x5'));var config=require(_0x91fe('0x6'));var controller=require(_0x91fe('0x7'));router[_0x91fe('0x8')]('/',auth[_0x91fe('0x9')](),controller[_0x91fe('0xa')]);router[_0x91fe('0x8')](_0x91fe('0xb'),auth[_0x91fe('0x9')](),controller['show']);router[_0x91fe('0x8')](_0x91fe('0xc'),auth[_0x91fe('0x9')](),controller[_0x91fe('0xd')]);router[_0x91fe('0xe')]('/',auth['isAuthenticated'](),controller[_0x91fe('0xf')]);router[_0x91fe('0x10')](_0x91fe('0xb'),auth[_0x91fe('0x9')](),controller[_0x91fe('0x11')]);router[_0x91fe('0x12')](_0x91fe('0xb'),auth[_0x91fe('0x9')](),controller['destroy']);module[_0x91fe('0x13')]=router;
\ No newline at end of file
+var _0x60a3=['../../components/auth/service','../../config/environment','get','index','/:id','show','/:id/run','isAuthenticated','create','put','update','destroy','exports','multer','util','connect-timeout','express','Router'];(function(_0x11e029,_0x367053){var _0x575396=function(_0x5e17b3){while(--_0x5e17b3){_0x11e029['push'](_0x11e029['shift']());}};_0x575396(++_0x367053);}(_0x60a3,0x11b));var _0x360a=function(_0x452257,_0xd7114){_0x452257=_0x452257-0x0;var _0x5c1d3f=_0x60a3[_0x452257];return _0x5c1d3f;};'use strict';var multer=require(_0x360a('0x0'));var util=require(_0x360a('0x1'));var path=require('path');var timeout=require(_0x360a('0x2'));var express=require(_0x360a('0x3'));var router=express[_0x360a('0x4')]();var fs_extra=require('fs-extra');var auth=require(_0x360a('0x5'));var interaction=require('../../components/interaction/service');var config=require(_0x360a('0x6'));var controller=require('./schedule.controller');router[_0x360a('0x7')]('/',auth['isAuthenticated'](),controller[_0x360a('0x8')]);router['get'](_0x360a('0x9'),auth['isAuthenticated'](),controller[_0x360a('0xa')]);router[_0x360a('0x7')](_0x360a('0xb'),auth[_0x360a('0xc')](),controller['run']);router['post']('/',auth[_0x360a('0xc')](),controller[_0x360a('0xd')]);router[_0x360a('0xe')]('/:id',auth[_0x360a('0xc')](),controller[_0x360a('0xf')]);router['delete'](_0x360a('0x9'),auth['isAuthenticated'](),controller[_0x360a('0x10')]);module[_0x360a('0x11')]=router;
\ No newline at end of file